ci(pre-commit): do not lint whitespaces in inputs

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-12-02 14:24:03 +01:00
parent 123048530c
commit ab7a9ecf74
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -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