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 : " v19.1.4 "
28
+ rev : " v19.1.6 "
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.8.1
35
+ rev : v0.8.6
36
36
hooks :
37
37
- id : ruff
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.13.0 "
43
+ rev : " v1.14.1 "
44
44
hooks :
45
45
- id : mypy
46
46
args : []
@@ -142,7 +142,7 @@ repos:
142
142
143
143
# PyLint has native support - not always usable, but works for us
144
144
- repo : https://github.com/PyCQA/pylint
145
- rev : " v3.3.2 "
145
+ rev : " v3.3.3 "
146
146
hooks :
147
147
- id : pylint
148
148
files : ^pybind11
You can’t perform that action at this time.
0 commit comments