File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515repos :
1616 # Standard hooks
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : v4.6 .0
18+ rev : v5.0 .0
1919 hooks :
2020 - id : check-added-large-files
2121 - id : check-case-conflict
5656
5757 # Python linting using ruff
5858 - repo : https://github.com/astral-sh/ruff-pre-commit
59- rev : v0.6.8
59+ rev : v0.6.9
6060 hooks :
6161 - id : ruff
6262 args : ["--fix", "--show-fixes"]
8080
8181 # Clang-format the C++ part of the code base automatically
8282 - repo : https://github.com/pre-commit/mirrors-clang-format
83- rev : v19.1.0
83+ rev : v19.1.1
8484 hooks :
8585 - id : clang-format
8686 types_or : [c++, c, cuda]
@@ -105,7 +105,7 @@ repos:
105105
106106 # Check for spelling
107107 - repo : https://github.com/crate-ci/typos
108- rev : v1.24.6
108+ rev : v1.26.0
109109 hooks :
110110 - id : typos
111111
You can’t perform that action at this time.
0 commit comments