From e7de33b94200fb98bf19d79e0958a26ae66221e8 Mon Sep 17 00:00:00 2001 From: Randolf Scholz Date: Fri, 15 Nov 2024 13:26:39 +0100 Subject: [PATCH] trailing-whitespace: exclude tsv files --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b71169b..8df4f04 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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