We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1625c commit fa7cda6Copy full SHA for fa7cda6
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: requirements-txt-fixer
24
- id: trailing-whitespace
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.11.2 # ruff version
+ rev: v0.11.10 # ruff version
27
hooks:
28
- id: ruff # linter
29
args: ["--fix"]
@@ -42,14 +42,14 @@ repos:
42
43
- id: yamlfmt
44
- repo: https://github.com/adrienverge/yamllint
45
- rev: v1.36.2
+ rev: v1.37.1
46
47
- id: yamllint
48
- repo: https://github.com/pre-commit/mirrors-clang-format
49
- rev: v18.1.3 # clang-format version
+ rev: v20.1.4 # clang-format version
50
51
- id: clang-format
52
- repo: https://github.com/cpplint/cpplint
53
- rev: 2.0.0
+ rev: 2.0.2
54
55
- id: cpplint
0 commit comments