From 794eda62f02e85c8d407ebf55d3fd19037e33cab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 19:44:32 +0000 Subject: [PATCH] chore(deps): Update pre-commit hook DavidAnson/markdownlint-cli2 to v0.23.3 --- .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 3374a1b35..1d596aa66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,7 +114,7 @@ repos: - id: shellcheck - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.23.2 + rev: v0.23.3 hooks: # ADR-0866 — wire markdownlint-cli2 into pre-commit. pass_filenames # is true (the default) so only staged *.md files are linted; the