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:
13
13
- id : double-quote-string-fixer
14
14
- id : requirements-txt-fixer
15
15
- repo : https://gitlab.com/pycqa/flake8
16
- rev : 3.8.4
16
+ rev : 3.9.0
17
17
hooks :
18
18
- id : flake8
19
19
additional_dependencies : [flake8-typing-imports==1.7.0]
20
20
- repo : https://github.com/pre-commit/mirrors-autopep8
21
- rev : v1.5.4
21
+ rev : v1.5.5
22
22
hooks :
23
23
- id : autopep8
24
24
- repo : https://github.com/asottile/reorder_python_imports
37
37
- id : add-trailing-comma
38
38
args : [--py36-plus]
39
39
- repo : https://github.com/asottile/setup-cfg-fmt
40
- rev : v1.16 .0
40
+ rev : v1.17 .0
41
41
hooks :
42
42
- id : setup-cfg-fmt
43
43
- repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ install_requires =
27
27
toml
28
28
python_requires = >=3.6.1
29
29
30
+ [options.packages.find]
31
+ exclude =
32
+ tests*
33
+ testing*
34
+
30
35
[options.entry_points]
31
36
console_scripts =
32
37
check-added-large-files = pre_commit_hooks.check_added_large_files:main
@@ -62,11 +67,6 @@ console_scripts =
62
67
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
63
68
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
64
69
65
- [options.packages.find]
66
- exclude =
67
- tests*
68
- testing*
69
-
70
70
[bdist_wheel]
71
71
universal = True
72
72
You can’t perform that action at this time.
0 commit comments