From 285a89ad4862d6f0160f0d5e941d476974e402c4 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Fri, 24 Jan 2025 12:57:37 +0100 Subject: [PATCH] Tweak pre-commit exclude pattern to just generated files --- .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 f7a719f..bcaa72d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,4 +43,4 @@ repos: hooks: - id: actionlint -exclude: src\/[css|js] +exclude: src/(css|js)/(mermaid|mdbook).*