File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ repos:
1313 - id : double-quote-string-fixer
1414 - id : requirements-txt-fixer
1515- repo : https://gitlab.com/pycqa/flake8
16- rev : 3.8.4
16+ rev : 3.9.0
1717 hooks :
1818 - id : flake8
1919 additional_dependencies : [flake8-typing-imports==1.7.0]
2020- repo : https://github.com/pre-commit/mirrors-autopep8
21- rev : v1.5.4
21+ rev : v1.5.5
2222 hooks :
2323 - id : autopep8
2424- repo : https://github.com/asottile/reorder_python_imports
3737 - id : add-trailing-comma
3838 args : [--py36-plus]
3939- repo : https://github.com/asottile/setup-cfg-fmt
40- rev : v1.16 .0
40+ rev : v1.17 .0
4141 hooks :
4242 - id : setup-cfg-fmt
4343- repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ install_requires =
2727 toml
2828python_requires = >=3.6.1
2929
30+ [options.packages.find]
31+ exclude =
32+ tests*
33+ testing*
34+
3035[options.entry_points]
3136console_scripts =
3237 check-added-large-files = pre_commit_hooks.check_added_large_files:main
@@ -62,11 +67,6 @@ console_scripts =
6267 sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
6368 trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
6469
65- [options.packages.find]
66- exclude =
67- tests*
68- testing*
69-
7070[bdist_wheel]
7171universal = True
7272
You can’t perform that action at this time.
0 commit comments