From 2c8fc3f343e7b50726531dd72d5516df7471f695 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 00:11:31 +0000 Subject: [PATCH] chore(dependencies): Update pre-commit hook igorshubovych/markdownlint-cli to v0.47.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 a04d69c..5578523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: "yamllint" - repo: "https://github.com/igorshubovych/markdownlint-cli" - rev: "v0.45.0" + rev: "v0.47.0" hooks: - id: "markdownlint-fix"