mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 12:54:17 +00:00
trailing-whitespace: exclude tsv files
This commit is contained in:
parent
e437b7ed51
commit
e7de33b942
1 changed files with 1 additions and 0 deletions
|
|
@ -208,5 +208,6 @@
|
||||||
entry: trailing-whitespace-fixer
|
entry: trailing-whitespace-fixer
|
||||||
language: python
|
language: python
|
||||||
types: [text]
|
types: [text]
|
||||||
|
exclude_types: [tsv]
|
||||||
stages: [pre-commit, pre-push, manual]
|
stages: [pre-commit, pre-push, manual]
|
||||||
minimum_pre_commit_version: 3.2.0
|
minimum_pre_commit_version: 3.2.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue