File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ repos:
1212 - id : requirements-txt-fixer
1313 - id : double-quote-string-fixer
1414- repo : https://gitlab.com/pycqa/flake8
15- rev : 3.8.4
15+ rev : 3.9.0
1616 hooks :
1717 - id : flake8
1818 additional_dependencies : [flake8-typing-imports==1.10.0]
1919- repo : https://github.com/pre-commit/mirrors-autopep8
20- rev : v1.5.4
20+ rev : v1.5.5
2121 hooks :
2222 - id : autopep8
2323- repo : https://github.com/pre-commit/pre-commit
4040 - id : add-trailing-comma
4141 args : [--py36-plus]
4242- repo : https://github.com/asottile/setup-cfg-fmt
43- rev : v1.16 .0
43+ rev : v1.17 .0
4444 hooks :
4545 - id : setup-cfg-fmt
4646- repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ install_requires =
3333 importlib-resources; python_version<"3.7"
3434python_requires = >=3.6.1
3535
36+ [options.packages.find]
37+ exclude =
38+ tests*
39+ testing*
40+
3641[options.entry_points]
3742console_scripts =
3843 pre-commit = pre_commit.main:main
@@ -45,11 +50,6 @@ pre_commit.resources =
4550 empty_template_*
4651 hook-tmpl
4752
48- [options.packages.find]
49- exclude =
50- tests*
51- testing*
52-
5353[bdist_wheel]
5454universal = True
5555
You can’t perform that action at this time.
0 commit comments