File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ repos:
18
18
hooks :
19
19
- id : isort
20
20
- repo : https://github.com/psf/black
21
- rev : 21.9b0
21
+ rev : 21.10b0
22
22
hooks :
23
23
- id : black
24
24
args : [--safe]
25
25
- repo : https://github.com/asottile/setup-cfg-fmt
26
- rev : v1.17 .0
26
+ rev : v1.19 .0
27
27
hooks :
28
28
- id : setup-cfg-fmt
29
29
args : ["--max-py-version", "3.10"]
@@ -32,15 +32,14 @@ repos:
32
32
hooks :
33
33
- id : tox-ini-fmt
34
34
- repo : https://github.com/PyCQA/flake8
35
- rev : " 3.9.2 "
35
+ rev : " 4.0.1 "
36
36
hooks :
37
37
- id : flake8
38
38
additional_dependencies :
39
39
- flake8-bugbear==21.9.2
40
- - flake8-comprehensions==3.6.1
40
+ - flake8-comprehensions==3.7
41
41
- flake8-pytest-style==1.5
42
42
- flake8-spellcheck==0.24
43
- - flake8-unused-arguments==0.0.6
44
- - flake8-noqa==1.1.0
45
- - flake8-eradicate==1.1.0
43
+ - flake8-unused-arguments==0.0.7
44
+ - flake8-noqa==1.2
46
45
- pep8-naming==0.12.1
You can’t perform that action at this time.
0 commit comments