Skip to content

Commit c014534

Browse files
committed
cmake-format
1 parent 694d5f9 commit c014534

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ repos:
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
2727
- repo: https://github.com/psf/black
28-
rev: 22.6.0
28+
rev: 22.8.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
3232
rev: 5.0.4
3333
hooks:
3434
- id: flake8
35+
- repo: https://github.com/cheshirekow/cmake-format-precommit
36+
rev: v0.6.13
37+
hooks:
38+
- id: cmake-format

0 commit comments

Comments
 (0)