trailing-whitespace: exclude tsv files

This commit is contained in:
Randolf Scholz 2024-11-15 13:26:39 +01:00 committed by GitHub
parent e437b7ed51
commit e7de33b942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,5 +208,6 @@
entry: trailing-whitespace-fixer
language: python
types: [text]
exclude_types: [tsv]
stages: [pre-commit, pre-push, manual]
minimum_pre_commit_version: 3.2.0