diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..a027192 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,11 @@ +MD013: + line_length: 88 + heading_line_length: 88 + code_block_line_length: 100 + +MD024: + siblings_only: true + +MD053: + ignored_definitions: + - "unreleased" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1bf31d..e85f298 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,6 +60,10 @@ repos: language: system types: [text] stages: [commit, push, manual] + - repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.38.0 + hooks: + - id: markdownlint - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.6.0 hooks: