Commit cf7a512 1 parent a9d8e90 commit cf7a512 Copy full SHA for cf7a512
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.29.1
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
@@ -33,15 +33,15 @@ repos:
33
33
# hooks:
34
34
# - id: prettier
35
35
- repo : https://github.com/asottile/pyupgrade
36
- rev : v3.17 .0
36
+ rev : v3.18 .0
37
37
hooks :
38
38
- id : pyupgrade
39
39
- repo : https://github.com/PyCQA/isort
40
40
rev : 5.13.2
41
41
hooks :
42
42
- id : isort
43
43
- repo : https://github.com/psf/black-pre-commit-mirror
44
- rev : 24.8 .0
44
+ rev : 24.10 .0
45
45
hooks :
46
46
- id : black
47
47
- repo : https://github.com/codespell-project/codespell
58
58
- id : mypy
59
59
additional_dependencies : []
60
60
- repo : https://github.com/PyCQA/bandit
61
- rev : 1.7.9
61
+ rev : 1.7.10
62
62
hooks :
63
63
- id : bandit
64
64
args : [-x, tests]
You can’t perform that action at this time.
0 commit comments