File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.4.0
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : check-case-conflict
6
6
- id : check-merge-conflict
11
11
- id : check-yaml
12
12
- id : requirements-txt-fixer
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v2.2.1
14
+ rev : v2.3.0
15
15
hooks :
16
16
- id : prettier
17
17
- repo : https://github.com/asottile/seed-isort-config
@@ -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.14 .0
35
+ rev : v2.19 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
39
39
- repo : https://github.com/psf/black
40
- rev : 21.4b2
40
+ rev : 21.5b2
41
41
hooks :
42
42
- id : black
43
43
- repo : https://github.com/PyCQA/bandit
46
46
- id : bandit
47
47
args : [--recursive, --quiet]
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : 3.9.1
49
+ rev : 3.9.2
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