From 347ec9c9d8941535b1dddb922248190ac11c71a6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:53:40 +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/rvben/rumdl-pre-commit: v0.1.83 → v0.1.87](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.83...v0.1.87) - [github.com/zricethezav/gitleaks: v8.30.1 → v8.30.0](https://github.com/zricethezav/gitleaks/compare/v8.30.1...v8.30.0) --- .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 916decba..d7565c9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # Linter for markdown files # This hook uses fast rumdl, based on DavidAnson Node.js markdownlint, for speed - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.83 + rev: v0.1.87 hooks: - id: rumdl # MD013: Line length rule disabled to allow long URLs and code blocks. @@ -58,7 +58,7 @@ repos: # Detect secrets with GitLeaks - repo: https://github.com/zricethezav/gitleaks - rev: v8.30.1 + rev: v8.30.0 hooks: - id: gitleaks-docker