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:
parent
cff6a829c2
commit
863176040f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue