File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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"
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,12 +34,12 @@ repos:
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.18 .0
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py37-plus]
41
41
- repo : https://github.com/astral-sh/ruff-pre-commit
42
- rev : v0.6.8
42
+ rev : v0.7.0
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
53
53
hooks :
54
54
- id : flake8
55
55
- repo : https://github.com/pre-commit/mirrors-mypy
56
- rev : v1.11.2
56
+ rev : v1.12.1
57
57
hooks :
58
58
- id : mypy
59
59
additional_dependencies : []
You can’t perform that action at this time.
0 commit comments