Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Feb 23, 2022
1 parent ffd8c50 commit 6636104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6636104

Please sign in to comment.