We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caebf5 commit b9aed38Copy full SHA for b9aed38
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- id: detect-private-key
31
- id: end-of-file-fixer
32
exclude_types: [svg]
33
- exclude: patches/.*\.patch
+ exclude: ^patches/.*\.patch$|\.scope$
34
- id: fix-byte-order-marker
35
- id: forbid-submodules
36
- id: mixed-line-ending
0 commit comments