Exclude testdata from formatting

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

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

Loading…
Cancel
Save