We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f52426 + 7182ac8 commit 34fc7f0Copy full SHA for 34fc7f0
.pre-commit-config.yaml
@@ -18,10 +18,10 @@ repos:
18
- id: pyupgrade
19
args: [--py39-plus]
20
- repo: https://github.com/asottile/setup-cfg-fmt
21
- rev: v2.7.0
+ rev: v2.8.0
22
hooks:
23
- id: setup-cfg-fmt
24
- repo: https://github.com/pycqa/flake8
25
- rev: 7.1.2
+ rev: 7.2.0
26
27
- id: flake8
setup.cfg
@@ -15,7 +15,6 @@ classifiers =
15
Development Status :: 5 - Production/Stable
16
Environment :: Console
17
Intended Audience :: Developers
- License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
0 commit comments