File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55repos :
66 # C++ formatting with clang-format
77 - repo : https://github.com/pre-commit/mirrors-clang-format
8- rev : v21 .1.8
8+ rev : v22 .1.5
99 hooks :
1010 - id : clang-format
1111 files : \.(cpp|hpp|c|h)$
@@ -22,14 +22,14 @@ repos:
2222
2323 # Python import sorting
2424 - repo : https://github.com/pycqa/isort
25- rev : 8 .0.0
25+ rev : 9 .0.0a3
2626 hooks :
2727 - id : isort
2828 args : [--settings-path, setup.cfg]
2929
3030 # Ruff Python linter
3131 - repo : https://github.com/charliermarsh/ruff-pre-commit
32- rev : v0.15.2
32+ rev : v0.15.16
3333 hooks :
3434 - id : ruff
3535 args : [--fix]
8585 args : [--config, .hadolint.yaml]
8686
8787 - repo : https://github.com/DavidAnson/markdownlint-cli2
88- rev : v0.21.0
88+ rev : v0.22.1
8989 hooks :
9090 - id : markdownlint-cli2
9191 exclude : ^(3rdparty/|build.*/|install/)
You can’t perform that action at this time.
0 commit comments