mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Put pre-commit excludes where they actually belong
This commit is contained in:
parent
863176040f
commit
3f4166e7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue