From fc10f53f193d4359205c0d537b5bbd142c4f0339 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Sat, 13 Jan 2024 00:50:17 +0000 Subject: [PATCH] ci: disable markdownlint rule MD033 (allow inline html img resize) --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1eef82bd17..df36568c58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,4 +41,5 @@ repos: rev: v0.37.0 hooks: - id: markdownlint - args: [--fix, --ignore, CHANGELOG.md, --ignore, .github] + args: + [--fix, --disable, MD033, --ignore, CHANGELOG.md, --ignore, .github]