ci(pre-commit): do not lint whitespaces in inputs
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
123048530c
commit
ab7a9ecf74
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
repos:
|
||||
- hooks:
|
||||
- id: trailing-whitespace
|
||||
exclude: ^inputs/.*\.txt$
|
||||
- id: end-of-file-fixer
|
||||
exclude: ^inputs/.*\.txt$
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
|
Loading…
Reference in a new issue