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.
1 parent c5005e9 commit 0520645Copy full SHA for 0520645
.pre-commit-config.yaml
@@ -37,12 +37,12 @@ repos:
37
args: ["--py39-plus"]
38
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v2.7.0
+ rev: v2.8.0
41
hooks:
42
- id: setup-cfg-fmt
43
44
- repo: https://github.com/pycqa/flake8
45
- rev: 7.1.2
+ rev: 7.2.0
46
47
- id: flake8
48
exclude: docs/conf.py
setup.cfg
@@ -16,7 +16,6 @@ classifiers =
16
Development Status :: 1 - Planning
17
Intended Audience :: Developers
18
Intended Audience :: Science/Research
19
- License :: OSI Approved :: BSD License
20
Operating System :: MacOS :: MacOS X
21
Operating System :: POSIX :: Linux
22
Programming Language :: Python
0 commit comments