File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,31 @@ repos:
22
22
always_run : false
23
23
types : [python]
24
24
- repo : https://github.com/PyCQA/isort
25
- rev : 5.7 .0
25
+ rev : 5.8 .0
26
26
hooks :
27
27
- id : isort
28
28
additional_dependencies :
29
29
- toml
30
30
- repo : https://github.com/asottile/setup-cfg-fmt
31
- rev : v1.16 .0
31
+ rev : v1.17 .0
32
32
hooks :
33
33
- id : setup-cfg-fmt
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.7.4
35
+ rev : v2.14.0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
39
39
- repo : https://github.com/psf/black
40
- rev : 20.8b1
40
+ rev : 21.4b2
41
41
hooks :
42
42
- id : black
43
43
- repo : https://github.com/PyCQA/bandit
44
44
rev : 1.7.0
45
45
hooks :
46
46
- id : bandit
47
47
args : [--recursive, --quiet]
48
- - repo : https://gitlab .com/pycqa /flake8
49
- rev : 3.8.4
48
+ - repo : https://github .com/PyCQA /flake8
49
+ rev : 3.9.1
50
50
hooks :
51
51
- id : flake8 # E***, W***, F***
52
52
additional_dependencies :
You can’t perform that action at this time.
0 commit comments