We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65494d1 commit 0ab1b0eCopy full SHA for 0ab1b0e
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@
5
repos:
6
# C++ formatting with clang-format
7
- repo: https://github.com/pre-commit/mirrors-clang-format
8
- rev: v21.1.2
+ rev: v22.1.4
9
hooks:
10
- id: clang-format
11
files: \.(cpp|hpp|c|h)$
@@ -22,7 +22,7 @@ repos:
22
23
# Ruff Python linter
24
- repo: https://github.com/charliermarsh/ruff-pre-commit
25
- rev: v0.14.4
+ rev: v0.15.11
26
27
- id: ruff
28
args: [--fix]
@@ -36,13 +36,13 @@ repos:
36
37
# YAML linting
38
- repo: https://github.com/adrienverge/yamllint.git
39
- rev: v1.37.1
+ rev: v1.38.0
40
41
- id: yamllint
42
43
# Shell script linting with shellcheck (no docker dependency)
44
- repo: https://github.com/shellcheck-py/shellcheck-py
45
- rev: v0.10.0.1
+ rev: v0.11.0.1
46
47
- id: shellcheck
48
files: \.sh$
0 commit comments