parent
a8df6732fe
commit
5bacabe209
|
|
@ -1,11 +1,10 @@
|
|||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/dragomirecky/cmake-format-pre-commit-hook
|
||||
rev: 'v0.6.0'
|
||||
- repo: https://github.com/cheshirekow/cmake-format-precommit
|
||||
rev: v0.6.13
|
||||
hooks:
|
||||
- id: cmake-format # cmake formatter
|
||||
files: (^|/)(CMakeLists.*|.*\.cmake|.*\.cmake.in)$
|
||||
- id: cmake-format
|
||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||
rev: 'v0.27.0'
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue