File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ repos:
2525
2626# Clang format the codebase automatically
2727- repo : https://github.com/pre-commit/mirrors-clang-format
28- rev : " v18.1.5 "
28+ rev : " v18.1.8 "
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.4.7
35+ rev : v0.5.0
3636 hooks :
3737 - id : ruff
3838 args : ["--fix", "--show-fixes"]
3939 - id : ruff-format
4040
4141# Check static types with mypy
4242- repo : https://github.com/pre-commit/mirrors-mypy
43- rev : " v1.10.0 "
43+ rev : " v1.10.1 "
4444 hooks :
4545 - id : mypy
4646 args : []
7979
8080# Also code format the docs
8181- repo : https://github.com/adamchainz/blacken-docs
82- rev : " 1.16 .0"
82+ rev : " 1.18 .0"
8383 hooks :
8484 - id : blacken-docs
8585 additional_dependencies :
@@ -142,14 +142,14 @@ repos:
142142
143143# PyLint has native support - not always usable, but works for us
144144- repo : https://github.com/PyCQA/pylint
145- rev : " v3.2.2 "
145+ rev : " v3.2.4 "
146146 hooks :
147147 - id : pylint
148148 files : ^pybind11
149149
150150# Check schemas on some of our YAML files
151151- repo : https://github.com/python-jsonschema/check-jsonschema
152- rev : 0.28.4
152+ rev : 0.28.6
153153 hooks :
154154 - id : check-readthedocs
155155 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments