1
0
Fork 0
forked from github/pelican

Don't run pre-commit on functional test output

Otherwise, it will apply EOF and trailing whitespace fixes, which may
lead to test failures.
This commit is contained in:
Justin Mayer 2020-04-14 14:14:56 +02:00
commit 863176040f

View file

@ -2,6 +2,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
exclude: ^pelican/tests/output/
hooks:
- id: check-added-large-files
- id: check-ast