Skip to content

Commit 7cf4955

Browse files
[pre-commit] Update hooks versions
1 parent 69333d9 commit 7cf4955

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
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)$
@@ -22,7 +22,7 @@ repos:
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$

0 commit comments

Comments
 (0)