summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-14 17:44:00 +0200
committerJustin Mayer <entroP@gmail.com>2020-04-14 17:47:07 +0200
commit3f4166e7b6fb0e1e1a23c4b7f476d34640b0e488 (patch)
treef96d683dc53226dd1ff037f66a1fa46eff49c80e
parent863176040f0593b721581c5f7f44200ed8de54f7 (diff)
downloadpelican-3f4166e7b6fb0e1e1a23c4b7f476d34640b0e488.tar.gz
Put pre-commit excludes where they actually belong
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 385a7144..2a86f0aa 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,6 @@
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
@@ -12,3 +11,4 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
+exclude: ^pelican/tests/output/