hooks: Update cmake-format to 0.6.13

Synchronize rules with Buddy
pull/214/head
Yuri D'Elia 2022-10-10 11:50:05 +02:00
parent a8df6732fe
commit 5bacabe209
1 changed files with 3 additions and 4 deletions

View File

@ -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: