From 47756c9dae68675389182374e649e3ced4ee766e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:46:05 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20pre-commit=20hook=20tco?= =?UTF-8?q?rt/markdown-link-check=20(v3.13.7=20=E2=86=92=20v3.14.1)=20(#79?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 736bfb4..f52b76c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: args: [-c, .markdownlint.json, --fix] - repo: https://github.com/tcort/markdown-link-check - rev: v3.13.7 + rev: v3.14.1 hooks: - id: markdown-link-check args: [-q, -c, .markdown-link-check.json]