File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626# Clang format the codebase automatically
2727- repo : https://github.com/pre-commit/mirrors-clang-format
28- rev : " v16.0.4 "
28+ rev : " v16.0.6 "
2929 hooks :
3030 - id : clang-format
3131 types_or : [c++, c, cuda]
@@ -38,14 +38,14 @@ repos:
3838
3939# Ruff, the Python auto-correcting linter written in Rust
4040- repo : https://github.com/astral-sh/ruff-pre-commit
41- rev : v0.0.270
41+ rev : v0.0.276
4242 hooks :
4343 - id : ruff
4444 args : ["--fix", "--show-fixes"]
4545
4646# Check static types with mypy
4747- repo : https://github.com/pre-commit/mirrors-mypy
48- rev : " v1.3.0 "
48+ rev : " v1.4.1 "
4949 hooks :
5050 - id : mypy
5151 args : []
8484
8585# Also code format the docs
8686- repo : https://github.com/asottile/blacken-docs
87- rev : " 1.13 .0"
87+ rev : " 1.14 .0"
8888 hooks :
8989 - id : blacken-docs
9090 additional_dependencies :
@@ -124,7 +124,7 @@ repos:
124124# Use tools/codespell_ignore_lines_from_errors.py
125125# to rebuild .codespell-ignore-lines
126126- repo : https://github.com/codespell-project/codespell
127- rev : " v2.2.4 "
127+ rev : " v2.2.5 "
128128 hooks :
129129 - id : codespell
130130 exclude : " .supp$"
You can’t perform that action at this time.
0 commit comments