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 a8808b9 commit 308c008Copy full SHA for 308c008
.pre-commit-config.yaml
@@ -22,9 +22,9 @@ repos:
22
rev: v4.6.0
23
hooks:
24
- id: end-of-file-fixer
25
- exclude: '\.svg$'
+ exclude: '\.(svg|patch)$'
26
- id: trailing-whitespace
27
28
- id: check-json
29
- id: check-yaml
30
args: [--allow-multiple-documents, --unsafe]
0 commit comments