From eb378b6ec8b16a391c70de1e5974e52209a22f19 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:15:06 +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.16.0 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.2) - [github.com/rvben/rumdl-pre-commit: v0.2.43 → v0.2.53](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.43...v0.2.53) --- .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 7275c7a..6a81842 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.16.0 + rev: v0.16.2 hooks: - id: ruff-check args: @@ -52,7 +52,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.43 + rev: v0.2.53 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py