Merge pull request #214 from wavexx/precommit_update

hooks: Update cmake-format to 0.6.13
pull/215/head
Yuri D'Elia 2022-10-10 14:46:20 +02:00 committed by GitHub
commit f43884a0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 for more information
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/dragomirecky/cmake-format-pre-commit-hook - repo: https://github.com/cheshirekow/cmake-format-precommit
rev: 'v0.6.0' rev: v0.6.13
hooks: hooks:
- id: cmake-format # cmake formatter - id: cmake-format
files: (^|/)(CMakeLists.*|.*\.cmake|.*\.cmake.in)$
- repo: https://github.com/pre-commit/mirrors-yapf - repo: https://github.com/pre-commit/mirrors-yapf
rev: 'v0.27.0' rev: 'v0.27.0'
hooks: hooks: