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