File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ 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.0 "
28
+ rev : " v20.1.3 "
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.11.4
35
+ rev : v0.11.8
36
36
hooks :
37
37
- id : ruff
38
38
args : ["--fix", "--show-fixes"]
@@ -144,14 +144,14 @@ repos:
144
144
145
145
# PyLint has native support - not always usable, but works for us
146
146
- repo : https://github.com/PyCQA/pylint
147
- rev : " v3.3.6 "
147
+ rev : " v3.3.7 "
148
148
hooks :
149
149
- id : pylint
150
150
files : ^pybind11
151
151
152
152
# Check schemas on some of our YAML files
153
153
- repo : https://github.com/python-jsonschema/check-jsonschema
154
- rev : 0.32.1
154
+ rev : 0.33.0
155
155
hooks :
156
156
- id : check-readthedocs
157
157
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments