File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
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 : v3.27 .0
12
+ rev : v3.29 .0
13
13
hooks :
14
14
- id : commitizen
15
15
stages : [commit-msg]
@@ -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.16 .0
37
+ rev : v3.17 .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.5.0
42
+ rev : v0.6.2
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
@@ -49,11 +49,11 @@ repos:
49
49
# hooks:
50
50
# - id: codespell
51
51
- repo : https://github.com/PyCQA/flake8
52
- rev : 7.1.0
52
+ rev : 7.1.1
53
53
hooks :
54
54
- id : flake8
55
55
- repo : https://github.com/pre-commit/mirrors-mypy
56
- rev : v1.10.1
56
+ rev : v1.11.2
57
57
hooks :
58
58
- id : mypy
59
59
additional_dependencies : []
You can’t perform that action at this time.
0 commit comments