From 02740a6c504c1478b5c3f25e481bc06d608ecf53 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 10 May 2024 23:48:32 +0200 Subject: [PATCH] dropped the markdown linter due a too high error rate --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) 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