From 4087c5fb94f653eaa79c57798cd05335bc936106 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Tue, 11 Aug 2026 02:07:56 +0200 Subject: Disable markdownlints duplicate heading rule This often flags CHANGELOG since it uses the same headers sometimes under multiple releases, which classifies as duplicate heading. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b893f4..d78441d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,7 @@ repos: rev: v0.43.0 hooks: - id: markdownlint + args: [--disable, MD024] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 -- cgit v1.2.3