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 @@ -15,7 +15,7 @@ default_stages:
15
15
16
16
repos :
17
17
- repo : https://github.com/compilerla/conventional-pre-commit
18
- rev : v2.1.1
18
+ rev : v2.4.0
19
19
hooks :
20
20
- id : conventional-pre-commit
21
21
stages : [commit-msg]
@@ -33,27 +33,27 @@ repos:
33
33
- id : check-added-large-files
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : 23.1 .0
36
+ rev : 23.7 .0
37
37
hooks :
38
38
- id : black
39
39
types :
40
40
- python
41
41
42
42
- repo : https://github.com/PyCQA/flake8
43
- rev : 6.0 .0
43
+ rev : 6.1 .0
44
44
hooks :
45
45
- id : flake8
46
46
types :
47
47
- python
48
48
49
49
- repo : https://github.com/pycqa/bandit
50
- rev : 1.7.4
50
+ rev : 1.7.5
51
51
hooks :
52
52
- id : bandit
53
53
args : ["-ll"]
54
54
files : .py$
55
55
56
56
- repo : https://github.com/igorshubovych/markdownlint-cli
57
- rev : v0.33 .0
57
+ rev : v0.36 .0
58
58
hooks :
59
59
- id : markdownlint
You can’t perform that action at this time.
0 commit comments