File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 77 - id : end-of-file-fixer
88 - id : trailing-whitespace
99 exclude : ^tests/fixtures/
10+ - repo : https://github.com/asottile/setup-cfg-fmt
11+ rev : v2.4.0
12+ hooks :
13+ - id : setup-cfg-fmt
1014- repo : https://github.com/asottile/reorder-python-imports
1115 rev : v3.10.0
1216 hooks :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ author_email = tarek@ziade.org
1010maintainer = Ian Stapleton Cordasco
1111maintainer_email = graffatcolmingov@gmail.com
1212license = MIT
13- license_file = LICENSE
13+ license_files = LICENSE
1414classifiers =
1515 Development Status :: 5 - Production/Stable
1616 Environment :: Console
@@ -27,18 +27,13 @@ classifiers =
2727
2828[options]
2929packages = 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
3630install_requires =
3731 mccabe>=0.7.0,<0.8.0
3832 pycodestyle>=2.11.0,<2.12.0
3933 pyflakes>=3.1.0,<3.2.0
40- # 3.8.0's importlib.metadata is broken
4134python_requires = >=3.8.1
35+ package_dir =
36+ =src
4237
4338[options.packages.find]
4439where = src
You can’t perform that action at this time.
0 commit comments