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 @@ -10,29 +10,29 @@ repos:
10
10
- id : end-of-file-fixer
11
11
- id : trailing-whitespace
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v2.9 .0
13
+ rev : v2.14 .0
14
14
hooks :
15
15
- id : pyupgrade
16
16
- repo : https://github.com/PyCQA/isort
17
- rev : 5.7 .0
17
+ rev : 5.8 .0
18
18
hooks :
19
19
- id : isort
20
20
- repo : https://github.com/psf/black
21
- rev : 20.8b1
21
+ rev : 21.4b2
22
22
hooks :
23
23
- id : black
24
24
args : [--safe]
25
25
language_version : python3.9
26
26
- repo : https://github.com/asottile/setup-cfg-fmt
27
- rev : v1.16 .0
27
+ rev : v1.17 .0
28
28
hooks :
29
29
- id : setup-cfg-fmt
30
30
- repo : https://github.com/tox-dev/tox-ini-fmt
31
31
rev : " 0.5.0"
32
32
hooks :
33
33
- id : tox-ini-fmt
34
34
- repo : https://github.com/PyCQA/flake8
35
- rev : " 3.8.4 "
35
+ rev : " 3.9.1 "
36
36
hooks :
37
37
- id : flake8
38
38
additional_dependencies : [
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ package_dir =
43
43
=src
44
44
zip_safe = True
45
45
46
+ [options.packages.find]
47
+ where = src
48
+
46
49
[options.extras_require]
47
50
test =
48
51
pytest>=4
51
54
[options.package_data]
52
55
sphinx_argparse_cli = py.typed
53
56
54
- [options.packages.find]
55
- where = src
56
-
57
57
[flake8]
58
58
max-line-length = 120
59
59
ignore = F401, H301, E203
You can’t perform that action at this time.
0 commit comments