From 94b3871d0d1939a565d64fd636c279b59cefac5c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:03:59 +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.8 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.8...v0.15.17) - [github.com/biomejs/pre-commit: v2.4.9 → v2.5.0](https://github.com/biomejs/pre-commit/compare/v2.4.9...v2.5.0) - [github.com/rvben/rumdl-pre-commit: v0.1.62 → v0.2.16](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.62...v0.2.16) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efaa807..fe481cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.8 + rev: v0.15.17 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.4.9 + rev: v2.5.0 hooks: - id: biome-check exclude: \.jsonc?$ @@ -47,7 +47,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.62 + rev: v0.2.16 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py