File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 : v4.8.2
12
+ rev : v4.8.3
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 : v5 .0.0
17
+ rev : v6 .0.0
18
18
hooks :
19
19
- id : debug-statements
20
20
- id : check-builtin-literals
@@ -38,13 +38,13 @@ repos:
38
38
- id : pyupgrade
39
39
args : [--py39-plus]
40
40
- repo : https://github.com/astral-sh/ruff-pre-commit
41
- rev : v0.11.11
41
+ rev : v0.12.8
42
42
hooks :
43
43
- id : ruff
44
44
args : [--fix]
45
45
- id : ruff-format
46
46
- repo : https://github.com/cdce8p/python-typing-update
47
- rev : v0.7.1
47
+ rev : v0.7.2
48
48
hooks :
49
49
- id : python-typing-update
50
50
stages : [manual]
58
58
# hooks:
59
59
# - id: codespell
60
60
- repo : https://github.com/pre-commit/mirrors-mypy.git
61
- rev : v1.15.0
61
+ rev : v1.17.1
62
62
hooks :
63
63
- id : mypy
64
64
alias : mypy-py313
You can’t perform that action at this time.
0 commit comments