File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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.3 .0
3
+ rev : v3.4 .0
4
4
hooks :
5
5
- id : check-case-conflict
6
6
- id : check-merge-conflict
@@ -11,12 +11,12 @@ repos:
11
11
- id : check-yaml
12
12
- id : requirements-txt-fixer
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v2.1.2
14
+ rev : v2.2.1
15
15
hooks :
16
16
- id : prettier
17
17
args : [--prose-wrap=always, --print-width=88]
18
18
- repo : https://github.com/mgedmin/check-manifest
19
- rev : " 0.45 "
19
+ rev : " 0.46 "
20
20
hooks :
21
21
- id : check-manifest
22
22
args : [--no-build-isolation]
@@ -28,14 +28,14 @@ repos:
28
28
name : isort seed config
29
29
always_run : false
30
30
types : [python]
31
- - repo : https://github.com/timothycrosley /isort
32
- rev : 5.6.4
31
+ - repo : https://github.com/PyCQA /isort
32
+ rev : 5.7.0
33
33
hooks :
34
34
- id : isort
35
35
additional_dependencies :
36
36
- toml
37
37
- repo : https://github.com/asottile/setup-cfg-fmt
38
- rev : v1.15.1
38
+ rev : v1.16.0
39
39
hooks :
40
40
- id : setup-cfg-fmt
41
41
- repo : https://github.com/asottile/pyupgrade
48
48
hooks :
49
49
- id : black
50
50
- repo : https://github.com/PyCQA/bandit
51
- rev : 1.6.2
51
+ rev : 1.7.0
52
52
hooks :
53
53
- id : bandit
54
54
args : [--recursive, --quiet, --skip=B322]
You can’t perform that action at this time.
0 commit comments