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 55repos :
66 # C++ formatting with clang-format
77 - repo : https://github.com/pre-commit/mirrors-clang-format
8- rev : v21.1.2
8+ rev : v21.1.8
99 hooks :
1010 - id : clang-format
1111 files : \.(cpp|hpp|c|h)$
2222
2323 # Ruff Python linter
2424 - repo : https://github.com/charliermarsh/ruff-pre-commit
25- rev : v0.14.0
25+ rev : v0.14.13
2626 hooks :
2727 - id : ruff
2828 args : [--fix]
@@ -36,13 +36,13 @@ repos:
3636
3737 # YAML linting
3838 - repo : https://github.com/adrienverge/yamllint.git
39- rev : v1.37.1
39+ rev : v1.38.0
4040 hooks :
4141 - id : yamllint
4242
4343 # Shell script linting with shellcheck (no docker dependency)
4444 - repo : https://github.com/shellcheck-py/shellcheck-py
45- rev : v0.10 .0.1
45+ rev : v0.11 .0.1
4646 hooks :
4747 - id : shellcheck
4848 files : \.sh$
You can’t perform that action at this time.
0 commit comments