We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b6200 + 16225ee commit 24ca2beCopy full SHA for 24ca2be
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v2.7.0
+ rev: v2.8.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
@@ -32,7 +32,7 @@ repos:
32
33
- id: autopep8
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.1.2
+ rev: 7.2.0
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
setup.cfg
@@ -10,7 +10,6 @@ author_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
- License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
0 commit comments