Skip to content

Commit 7bc36a8

Browse files
committed
pre-commit: format cmake
1 parent c9f5e62 commit 7bc36a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
ci:
2+
autoupdate_branch: 'devel'
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
5+
rev: v4.3.0
46
hooks:
57
- id: check-json
68
- id: check-symlinks
79
- id: check-toml
810
- id: check-yaml
11+
- repo: https://github.com/cheshirekow/cmake-format-precommit
12+
rev: v0.6.13
13+
hooks:
14+
- id: cmake-format

0 commit comments

Comments
 (0)