Correct pre-commit exclusion rule.

This commit is contained in:
Russell Keith-Magee 2025-02-10 10:31:05 +08:00
parent d687549f00
commit 77226d9886
No known key found for this signature in database
GPG Key ID: 3D2DAB6A37BB5BC3

View File

@ -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