.pre-commit-config.yaml: remove markdown exclude from trailing-whitespace

This commit is contained in:
Aminda Suomalainen 2023-10-16 09:29:53 +03:00
parent 6d9daa1ec4
commit 61b34055b2
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -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]