From 11ea7a55aa31b25ad3ff7d994e5d9110d85f303c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 May 2024 21:12:37 +0300 Subject: [PATCH] pre-commit: fix tsv & markdown handling --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b8e900..aa97041 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,8 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: trailing-whitespace - exclude_types: [markdown] + args: ["--markdown-linebreak-ext", "md,markdown"] + exclude_types: [svg, tsv] - id: check-docstring-first #- id: check-json - id: check-merge-conflict