File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ repos:
25
25
26
26
# Clang format the codebase automatically
27
27
- repo : https://github.com/pre-commit/mirrors-clang-format
28
- rev : " v20.1.7 "
28
+ rev : " v20.1.8 "
29
29
hooks :
30
30
- id : clang-format
31
31
types_or : [c++, c, cuda]
32
32
33
33
# Ruff, the Python auto-correcting linter/formatter written in Rust
34
34
- repo : https://github.com/astral-sh/ruff-pre-commit
35
- rev : v0.12.2
35
+ rev : v0.12.7
36
36
hooks :
37
37
- id : ruff-check
38
38
args : ["--fix", "--show-fixes"]
39
39
- id : ruff-format
40
40
41
41
# Check static types with mypy
42
42
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : " v1.16 .1"
43
+ rev : " v1.17 .1"
44
44
hooks :
45
45
- id : mypy
46
46
args : []
95
95
96
96
# Avoid directional quotes
97
97
- repo : https://github.com/sirosen/texthooks
98
- rev : " 0.6.8 "
98
+ rev : " 0.7.1 "
99
99
hooks :
100
100
- id : fix-ligatures
101
101
- id : fix-smartquotes
You can’t perform that action at this time.
0 commit comments