From a63e67293a16d8cacf01f1b44cd877bcf360b321 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:13:03 +0000 Subject: [PATCH] chore(pre-commit): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.11...v0.15.13) - [github.com/rvben/rumdl-pre-commit: v0.1.80 → v0.1.94](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.80...v0.1.94) --- .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 83a794d..e06fb44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.13 hooks: - id: ruff-check args: @@ -52,7 +52,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.80 + rev: v0.1.94 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py