From 1448eb3a2bd2abde175958cf9cd11a5826a42fe9 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8333862bb..546cb90b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,14 +8,7 @@ repos: 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: