From 4b388060913de65c2cfa8586d10512b25478724c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sat, 14 Sep 2024 10:40:50 +0200 Subject: [PATCH] pre-commit: stop excluding .cmake-format.py --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8333862b..b9f9603d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,15 +7,7 @@ repos: - id: ruff args: - --fix - exclude: | - (?x)^( - .cmake-format.py - )$ - id: ruff-format - exclude: | - (?x)^( - .cmake-format.py - )$ - repo: https://github.com/cheshirekow/cmake-format-precommit rev: v0.6.13 hooks: