From dc9fa484b0b3994f857672dc35a83b76ba8f6070 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:39:23 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/markdownlint/markdownlint: v0.15.0 → v0.18.1](https://github.com/markdownlint/markdownlint/compare/v0.15.0...v0.18.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05907c7..0309db1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/markdownlint/markdownlint - rev: v0.15.0 + rev: v0.18.1 hooks: - id: markdownlint args: ["-r", "~MD013"]