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,14 +25,14 @@ repos:
2525
2626# Clang format the codebase automatically
2727- repo : https://github.com/pre-commit/mirrors-clang-format
28- rev : " v20.1.0 "
28+ rev : " v20.1.3 "
2929 hooks :
3030 - id : clang-format
3131 types_or : [c++, c, cuda]
3232
3333# Ruff, the Python auto-correcting linter/formatter written in Rust
3434- repo : https://github.com/astral-sh/ruff-pre-commit
35- rev : v0.11.4
35+ rev : v0.11.8
3636 hooks :
3737 - id : ruff
3838 args : ["--fix", "--show-fixes"]
@@ -144,14 +144,14 @@ repos:
144144
145145# PyLint has native support - not always usable, but works for us
146146- repo : https://github.com/PyCQA/pylint
147- rev : " v3.3.6 "
147+ rev : " v3.3.7 "
148148 hooks :
149149 - id : pylint
150150 files : ^pybind11
151151
152152# Check schemas on some of our YAML files
153153- repo : https://github.com/python-jsonschema/check-jsonschema
154- rev : 0.32.1
154+ rev : 0.33.0
155155 hooks :
156156 - id : check-readthedocs
157157 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments