File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
- id : check-yaml
12
12
- id : requirements-txt-fixer
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v2.3.0
14
+ rev : v2.3.2
15
15
hooks :
16
16
- id : prettier
17
17
- repo : https://github.com/asottile/seed-isort-config
22
22
always_run : false
23
23
types : [python]
24
24
- repo : https://github.com/PyCQA/isort
25
- rev : 5.8.0
25
+ rev : 5.9.3
26
26
hooks :
27
27
- id : isort
28
28
additional_dependencies :
@@ -32,12 +32,12 @@ repos:
32
32
hooks :
33
33
- id : setup-cfg-fmt
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.19 .0
35
+ rev : v2.24 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py37-plus]
39
39
- repo : https://github.com/psf/black
40
- rev : 21.5b2
40
+ rev : 21.7b0
41
41
hooks :
42
42
- id : black
43
43
- repo : https://github.com/PyCQA/bandit
You can’t perform that action at this time.
0 commit comments