From c6954d2b9e38f1bc1fa0c44f9d554f9eadcf7d44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:37:30 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/AlexanderDokuchaev/md-dead-link-check: v1.2.0 → v1.3.0](https://github.com/AlexanderDokuchaev/md-dead-link-check/compare/v1.2.0...v1.3.0) - [github.com/rvben/rumdl-pre-commit: v0.1.0 → v0.1.10](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.0...v0.1.10) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f68f3f..71ee1fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/AlexanderDokuchaev/md-dead-link-check - rev: v1.2.0 + rev: v1.3.0 hooks: - id: md-dead-link-check - repo: https://github.com/crate-ci/typos @@ -16,7 +16,7 @@ repos: hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.0 + rev: v0.1.10 hooks: - id: rumdl-fmt ...