mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2024-11-24 20:29:26 +01:00
.pre-commit-config.yaml: fix markdown handling
This commit is contained in:
parent
ecdc530edb
commit
6026da448f
@ -25,7 +25,8 @@ repos:
|
|||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude_types: [tsv, markdown]
|
args: ["--markdown-linebreak-ext", "md"]
|
||||||
|
exclude_types: [tsv]
|
||||||
|
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user