From 61b34055b2051fccb371df26771a41cda77efc66 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 16 Oct 2023 09:29:53 +0300 Subject: [PATCH] .pre-commit-config.yaml: remove markdown exclude from trailing-whitespace --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51c347f..8776c43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: fix-byte-order-marker - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md,markdown"] - exclude_types: [svg, markdown, tsv] + exclude_types: [svg, tsv] - id: check-merge-conflict - id: mixed-line-ending args: [--fix=auto]