Commit a9a52bb 1 parent 19d388b commit a9a52bb Copy full SHA for a9a52bb
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 9
9
10
10
repos :
11
11
- repo : https://github.com/commitizen-tools/commitizen
12
- rev : v2.32.2
12
+ rev : v3.27.0
13
13
hooks :
14
14
- id : commitizen
15
15
stages : [commit-msg]
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.3 .0
17
+ rev : v4.6 .0
18
18
hooks :
19
19
- id : debug-statements
20
20
- id : check-builtin-literals
@@ -29,38 +29,38 @@ repos:
29
29
- id : trailing-whitespace
30
30
- id : debug-statements
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.7.1
32
+ rev : v4.0.0-alpha.8
33
33
hooks :
34
34
- id : prettier
35
35
args : ["--tab-width", "2"]
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v2.37.3
37
+ rev : v3.16.0
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py37-plus]
41
41
- repo : https://github.com/PyCQA/isort
42
- rev : 5.12.0
42
+ rev : 5.13.2
43
43
hooks :
44
44
- id : isort
45
45
- repo : https://github.com/psf/black
46
- rev : 22.6.0
46
+ rev : 24.4.2
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/codespell-project/codespell
50
- rev : v2.2.1
50
+ rev : v2.3.0
51
51
hooks :
52
52
- id : codespell
53
53
- repo : https://github.com/PyCQA/flake8
54
- rev : 5.0.4
54
+ rev : 7.1.0
55
55
hooks :
56
56
- id : flake8
57
57
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : v0.931
58
+ rev : v1.10.1
59
59
hooks :
60
60
- id : mypy
61
61
additional_dependencies : []
62
62
- repo : https://github.com/PyCQA/bandit
63
- rev : 1.7.4
63
+ rev : 1.7.9
64
64
hooks :
65
65
- id : bandit
66
66
args : [-x, tests]
You can’t perform that action at this time.
0 commit comments