From 5bacabe20960cdbeecbd2ad302cc292ccd5b7b1a Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Mon, 10 Oct 2022 11:50:05 +0200 Subject: [PATCH] hooks: Update cmake-format to 0.6.13 Synchronize rules with Buddy --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0d1b06..b3fb054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: