Skip to content

Commit 1676909

Browse files
committed
pre-commit: autoupdate devel branch
1 parent 77c2734 commit 1676909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
ci:
2+
autoupdate_branch: 'devel'
13
repos:
24
- repo: https://github.com/pre-commit/mirrors-clang-format
35
rev: v13.0.1
46
hooks:
57
- id: clang-format
68
args: [-i, --style=Google]
79
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
10+
rev: v4.2.0
911
hooks:
1012
- id: check-added-large-files
1113
- id: check-ast

0 commit comments

Comments
 (0)