Put pre-commit excludes where they actually belong

This commit is contained in:
Justin Mayer 2020-04-14 17:44:00 +02:00
commit 3f4166e7b6

View file

@ -2,7 +2,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v2.3.0
exclude: ^pelican/tests/output/
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-ast - id: check-ast
@ -12,3 +11,4 @@ repos:
- id: detect-private-key - id: detect-private-key
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^pelican/tests/output/