Skip to content

Commit 2fe2b39

Browse files
chore(deps): update pre-commit-deps
1 parent c17d34f commit 2fe2b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: (.*\.patch)
88

99
repos:
1010
- repo: https://github.com/keith/pre-commit-buildifier
11-
rev: 7.3.1
11+
rev: 8.2.1
1212
hooks:
1313
- id: buildifier
1414
args:
@@ -27,7 +27,7 @@ repos:
2727
files: *buildifier_external_files
2828
args: *buildifier_external_args
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v5.0.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: check-added-large-files
3333
- id: check-ast
@@ -54,7 +54,7 @@ repos:
5454
- id: ruff
5555
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
5656
- repo: https://github.com/pre-commit/mirrors-clang-format
57-
rev: v19.1.7
57+
rev: v21.1.2
5858
hooks:
5959
- id: clang-format
6060
- repo: https://github.com/cpplint/cpplint

0 commit comments

Comments
 (0)