File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude: |
11
11
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.6 .0
14
+ rev : v5.0 .0
15
15
hooks :
16
16
- id : check-case-conflict
17
17
- id : check-docstring-first
31
31
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
33
# Ruff version.
34
- rev : v0.6.5
34
+ rev : v0.8.3
35
35
hooks :
36
36
# Run the linter.
37
37
- id : ruff
54
54
types : [pyi]
55
55
56
56
- repo : https://github.com/pappasam/toml-sort
57
- rev : v0.23.1
57
+ rev : v0.24.2
58
58
hooks :
59
59
- id : toml-sort-fix
60
60
args : [--in-place, --spaces-indent-inline-array, '4']
@@ -83,17 +83,17 @@ repos:
83
83
args : [--indent-size, '4']
84
84
85
85
- repo : https://github.com/asottile/blacken-docs
86
- rev : 1.18.0
86
+ rev : 1.19.1
87
87
hooks :
88
88
- id : blacken-docs
89
89
90
90
- repo : https://github.com/asottile/pyupgrade
91
- rev : v3.17 .0
91
+ rev : v3.19 .0
92
92
hooks :
93
93
- id : pyupgrade
94
94
95
95
- repo : https://github.com/commitizen-tools/commitizen
96
- rev : v3.29 .0
96
+ rev : v4.1 .0
97
97
hooks :
98
98
- id : commitizen
99
99
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments