Commit 9cd4160 1 parent e313c53 commit 9cd4160 Copy full SHA for 9cd4160
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
exclude : " CHANGELOG.md"
4
- default_stages : [commit]
4
+ default_stages : [pre- commit]
5
5
6
6
ci :
7
7
autofix_commit_msg : " chore(pre-commit.ci): auto fixes"
8
8
autoupdate_commit_msg : " chore(pre-commit.ci): pre-commit autoupdate"
9
9
10
10
repos :
11
11
- repo : https://github.com/commitizen-tools/commitizen
12
- rev : v3.29 .0
12
+ rev : v3.30 .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.6 .0
17
+ rev : v5.0 .0
18
18
hooks :
19
19
- id : debug-statements
20
20
- id : check-builtin-literals
34
34
- id : prettier
35
35
args : ["--tab-width", "2"]
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.17 .0
37
+ rev : v3.19 .0
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py37-plus]
43
43
hooks :
44
44
- id : isort
45
45
- repo : https://github.com/psf/black
46
- rev : 24.8 .0
46
+ rev : 24.10 .0
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/codespell-project/codespell
@@ -55,12 +55,12 @@ repos:
55
55
hooks :
56
56
- id : flake8
57
57
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : v1.11.2
58
+ rev : v1.13.0
59
59
hooks :
60
60
- id : mypy
61
61
additional_dependencies : []
62
62
- repo : https://github.com/PyCQA/bandit
63
- rev : 1.7.9
63
+ rev : 1.7.10
64
64
hooks :
65
65
- id : bandit
66
66
args : [-x, tests]
You can’t perform that action at this time.
0 commit comments