From cfa6ae40e33e2f83a66ade4735532fa3f889f7af Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 17 Jul 2024 12:33:18 -0600 Subject: [PATCH] chore: remove markdownlint from pre-commit config --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a025377..91bba5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,10 +2,6 @@ # Please run `pre-commit run --all-files` when adding or changing entries. repos: - - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.13.0 - hooks: - - id: markdownlint-cli2 - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: