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,22 +25,22 @@ repos:
2525
2626# Clang format the codebase automatically
2727- repo : https://github.com/pre-commit/mirrors-clang-format
28- rev : " v20.1.7 "
28+ rev : " v20.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.12.2
35+ rev : v0.12.7
3636 hooks :
3737 - id : ruff-check
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.16 .1"
43+ rev : " v1.17 .1"
4444 hooks :
4545 - id : mypy
4646 args : []
9595
9696# Avoid directional quotes
9797- repo : https://github.com/sirosen/texthooks
98- rev : " 0.6.8 "
98+ rev : " 0.7.1 "
9999 hooks :
100100 - id : fix-ligatures
101101 - id : fix-smartquotes
You can’t perform that action at this time.
0 commit comments