File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7
7
- id : end-of-file-fixer
8
8
- id : trailing-whitespace
9
9
exclude : ^tests/fixtures/
10
+ - repo : https://github.com/asottile/setup-cfg-fmt
11
+ rev : v2.4.0
12
+ hooks :
13
+ - id : setup-cfg-fmt
10
14
- repo : https://github.com/asottile/reorder-python-imports
11
15
rev : v3.10.0
12
16
hooks :
Original file line number Diff line number Diff line change 10
10
maintainer = Ian Stapleton Cordasco
11
11
maintainer_email =
[email protected]
12
12
license = MIT
13
- license_file = LICENSE
13
+ license_files = LICENSE
14
14
classifiers =
15
15
Development Status :: 5 - Production/Stable
16
16
Environment :: Console
@@ -27,18 +27,13 @@ classifiers =
27
27
28
28
[options]
29
29
packages = find:
30
- package_dir =
31
- =src
32
- # We document the reasoning for using ranges here:
33
- # https://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
34
- # And in which releases we will update those ranges here:
35
- # https://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
36
30
install_requires =
37
31
mccabe>=0.7.0,<0.8.0
38
32
pycodestyle>=2.11.0,<2.12.0
39
33
pyflakes>=3.1.0,<3.2.0
40
- # 3.8.0's importlib.metadata is broken
41
34
python_requires = >=3.8.1
35
+ package_dir =
36
+ =src
42
37
43
38
[options.packages.find]
44
39
where = src
You can’t perform that action at this time.
0 commit comments