fix config

This commit is contained in:
Marcello Teodori
2022-02-24 00:43:05 +01:00
parent 6409958c0f
commit 52d56df9b3

View File

@@ -10,9 +10,11 @@ repos:
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']
exclude: (templates|test/resources)/.*$
- id: end-of-file-fixer
exclude: \.(pgm|pnm|ppm)$
exclude: (templates|test/resources)/.*$
- id: trailing-whitespace
exclude: (templates|test/resources)/.*$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.13.0
hooks: