File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.0.1
7
+ rev : v4.6.0
8
8
hooks :
9
9
- id : check-executables-have-shebangs
10
10
- id : fix-encoding-pragma
@@ -19,39 +19,39 @@ repos:
19
19
- id : trailing-whitespace
20
20
21
21
- repo : https://github.com/jorisroovers/gitlint
22
- rev : v0.15 .1
22
+ rev : v0.19 .1
23
23
hooks :
24
24
- id : gitlint
25
25
26
26
- repo : https://github.com/pycqa/isort
27
- rev : 5.10.1
27
+ rev : 5.13.2
28
28
hooks :
29
29
- id : isort
30
30
31
- - repo : https://github.com/ambv /black
32
- rev : 21.9b0
31
+ - repo : https://github.com/psf /black
32
+ rev : 24.8.0
33
33
hooks :
34
34
- id : black
35
35
36
- - repo : https://gitlab .com/pycqa /flake8
37
- rev : 3.9.2
36
+ - repo : https://github .com/PyCQA /flake8
37
+ rev : 7.1.1
38
38
hooks :
39
39
- id : flake8
40
40
41
41
- repo : https://github.com/pycqa/bandit
42
- rev : 1.7.0
42
+ rev : 1.7.10
43
43
hooks :
44
44
- id : bandit
45
45
# Bandit does not need to run on test code
46
46
exclude : tests/*
47
47
48
48
- repo : https://github.com/pycqa/pydocstyle
49
- rev : 6.1.1
49
+ rev : 6.3.0
50
50
hooks :
51
51
- id : pydocstyle
52
52
53
53
- repo : https://github.com/btford/write-good
54
- rev : v1.0.4
54
+ rev : v1.0.8
55
55
hooks :
56
56
- id : write-good
57
57
files : " \\ .(rst|md|markdown|mdown|mkdn)$"
You can’t perform that action at this time.
0 commit comments