[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)
- [github.com/pycqa/pylint: v2.17.1 → v3.0.0a7](https://github.com/pycqa/pylint/compare/v2.17.1...v3.0.0a7)
This commit is contained in:
pre-commit-ci[bot] 2023-09-12 11:02:21 +00:00 committed by GitHub
parent b9b484290f
commit 00dda1b83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/fsfe/reuse-tool
@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
rev: v2.17.1
rev: v3.0.0a7
hooks:
- id: pylint
name: lint (examples)