diff options
author | Justin Mayer <entroP@gmail.com> | 2020-04-14 14:14:56 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2020-04-14 14:14:56 +0200 |
commit | 863176040f0593b721581c5f7f44200ed8de54f7 (patch) | |
tree | cbb12c94d3728057159106a680f701ba8a953ba3 | |
parent | cff6a829c2c3962f0c0d7a706d4bc6791966ce20 (diff) | |
download | pelican-863176040f0593b721581c5f7f44200ed8de54f7.tar.gz |
Don't run pre-commit on functional test output
Otherwise, it will apply EOF and trailing whitespace fixes, which may
lead to test failures.
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef27cfcf..385a7144 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 |