We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe2b51e + 7a9a0cc commit a4cfc00Copy full SHA for a4cfc00
.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
exclude: ^docs/conf.py
setup.cfg
@@ -13,7 +13,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
- License :: OSI Approved :: MIT License
17
Operating System :: OS Independent
18
Programming Language :: C
19
Programming Language :: C++
0 commit comments