diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16c2a28..ad55735 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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