From ee86cc2e81e8c93d1ba11fcdbe0eedf75cf6f7ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 06:05:55 +0000 Subject: [PATCH] chore(deps): update pre-commit hook davidanson/markdownlint-cli2 to v0.20.0 --- .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 d561430..3f546ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: files: .github/config/.markdownlint.yaml args: ["--schemafile", "https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema.json"] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.20.0 hooks: - id: markdownlint-cli2 args: ["--config", "./.github/config/.markdownlint.yaml", "--fix"]