From 77226d9886e96d6c97d1acf2cffbdde8e1ca9fc2 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 Feb 2025 10:31:05 +0800 Subject: [PATCH] Correct pre-commit exclusion rule. --- .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 c7eb12084..e5efee685 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: end-of-file-fixer exclude: ^Tests/images/ - id: trailing-whitespace - exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/|^patches/*.patch + exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/|^patches/.*\.patch - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.31.1