File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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 : " v18.1.5 "
28
+ rev : " v18.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.4.7
35
+ rev : v0.5.0
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.10.0 "
43
+ rev : " v1.10.1 "
44
44
hooks :
45
45
- id : mypy
46
46
args : []
79
79
80
80
# Also code format the docs
81
81
- repo : https://github.com/adamchainz/blacken-docs
82
- rev : " 1.16 .0"
82
+ rev : " 1.18 .0"
83
83
hooks :
84
84
- id : blacken-docs
85
85
additional_dependencies :
@@ -142,14 +142,14 @@ 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.2.2 "
145
+ rev : " v3.2.4 "
146
146
hooks :
147
147
- id : pylint
148
148
files : ^pybind11
149
149
150
150
# Check schemas on some of our YAML files
151
151
- repo : https://github.com/python-jsonschema/check-jsonschema
152
- rev : 0.28.4
152
+ rev : 0.28.6
153
153
hooks :
154
154
- id : check-readthedocs
155
155
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments