.pre-commit-config.yaml: fix markdown handling

This commit is contained in:
Aminda Suomalainen 2023-11-09 21:05:50 +02:00
parent ecdc530edb
commit 6026da448f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude_types: [tsv, markdown]
args: ["--markdown-linebreak-ext", "md"]
exclude_types: [tsv]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0