From 181fe1eaf96c1d7de49d7329d62954240326d876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:16:44 +0000 Subject: [PATCH] Bump https://github.com/DavidAnson/markdownlint-cli2 Bumps the pre-commit-hooks group with 1 update: [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.21.0 to 0.22.0 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: https://github.com/DavidAnson/markdownlint-cli2 dependency-version: 0.22.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .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 80f3ddd..624f0ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["-oneline", "-shellcheck", "shellcheck -S error"] stages: [manual] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.0 hooks: - id: markdownlint-cli2 - repo: local