From 05081cf24131a826c6c71fef8d49ee773a62df56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:02:24 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20pre-commit=20hook=20dav?= =?UTF-8?q?idanson/markdownlint-cli2=20(v0.20.0=20=E2=86=92=20v0.21.0)=20(?= =?UTF-8?q?#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a262ecd..9340cb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Markdown linting with markdownlint-cli2 (excluding legacy files) - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.21.0 hooks: - id: markdownlint-cli2 args: [--fix]