We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ef880 commit b37296dCopy full SHA for b37296d
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: (.*\.patch)
8
9
repos:
10
- repo: https://github.com/keith/pre-commit-buildifier
11
- rev: 8.0.1
+ rev: 8.0.3
12
hooks:
13
- id: buildifier
14
args:
@@ -49,7 +49,7 @@ repos:
49
- id: reorder-python-imports
50
args: [--py37-plus]
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.11.0
+ rev: v0.11.6
53
54
- id: ruff
55
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
@@ -59,7 +59,7 @@ repos:
59
- id: clang-format
60
exclude_types: [json]
61
- repo: https://github.com/cpplint/cpplint
62
- rev: 2.0.0
+ rev: 2.0.2
63
64
- id: cpplint
65
args: ["--filter=-build/c++11,-build/c++14"]
0 commit comments