diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c9863d631..3def1052da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: detect-private-key - id: end-of-file-fixer exclude_types: [svg] - exclude: patches/.*\.patch + exclude: ^patches/.*\.patch$|\.scope$ - id: fix-byte-order-marker - id: forbid-submodules - id: mixed-line-ending