diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 503a003..37c4d8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -136,10 +136,21 @@ repos: # Test-Improvements - flake8-assertive -# - repo: https://github.com/codespell-project/codespell -# rev: "v2.2.2" -# hooks: -# - id: codespell + # - repo: https://github.com/codespell-project/codespell + # rev: "v2.2.2" + # hooks: + # - id: codespell + + - repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.33.0 + hooks: + - id: markdownlint + args: ["--disable", "MD013"] + + # - repo: https://github.com/markdownlint/markdownlint + # rev: v0.12.0 + # hooks: + # - id: markdownlint default_language_version: python: python3.10