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 c17d34f commit 2fe2b39Copy full SHA for 2fe2b39
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: (.*\.patch)
8
9
repos:
10
- repo: https://github.com/keith/pre-commit-buildifier
11
- rev: 7.3.1
+ rev: 8.2.1
12
hooks:
13
- id: buildifier
14
args:
@@ -27,7 +27,7 @@ repos:
27
files: *buildifier_external_files
28
args: *buildifier_external_args
29
- repo: https://github.com/pre-commit/pre-commit-hooks
30
- rev: v5.0.0
+ rev: v6.0.0
31
32
- id: check-added-large-files
33
- id: check-ast
@@ -54,7 +54,7 @@ repos:
54
- id: ruff
55
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
56
- repo: https://github.com/pre-commit/mirrors-clang-format
57
- rev: v19.1.7
+ rev: v21.1.2
58
59
- id: clang-format
60
- repo: https://github.com/cpplint/cpplint
0 commit comments