From 4963780715535673cc7093b8144b17f2029c3c0b Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Fri, 12 Jan 2024 19:10:44 -0600 Subject: [PATCH] Remove markdownlint This linter is too aggressive for general use in a precommit hook without extensive customization of its settings. --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 799646b..6ad873b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,3 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files -- repo: https://github.com/markdownlint/markdownlint - rev: v0.13.0 - hooks: - - id: markdownlint - language_version: 3.2.2