diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df70824bc..b8dfa7ab7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,9 +62,3 @@ repos: - id: bandit args: [ "-c", "pyproject.toml" ] additional_dependencies: [ "bandit[toml]" ] - # markdown - - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.9.2 - hooks: - - id: markdownlint-cli2-fix - exclude: .github/pull_request_template.md