Exclude testdata from formatting

pull/31/head
alufers 2 years ago
parent f59836d247
commit 734164d7df

@ -7,7 +7,9 @@ repos:
hooks: hooks:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: ^testdata/.*
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^testdata/.*
- id: check-json - id: check-json
- id: detect-private-key - id: detect-private-key
- id: fix-encoding-pragma - id: fix-encoding-pragma

Loading…
Cancel
Save