Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa48766 + 43592c2 commit d2b61d0Copy full SHA for d2b61d0
2 files changed
.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
@@ -33,7 +33,7 @@ repos:
33
34
- id: autopep8
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 7.1.2
+ rev: 7.2.0
37
38
- id: flake8
39
- 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