From 590c05fcb8c38629a34260ec76f148d380faaa3a Mon Sep 17 00:00:00 2001 From: MDW <--unset> Date: Wed, 29 Nov 2023 19:07:17 +0100 Subject: [PATCH] ci: Enable pre-commit clang-format hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42b056e89..f7bf0e158 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -120,7 +120,7 @@ repos: rev: v1.3.5 hooks: - id: clang-format - stages: [manual] + #stages: [manual] # Target added at end of pre-commit because of the long list of exclusions args: [-i] exclude: |