From 8ccbe11c88732134bef9d79227d9450adad007ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:07:38 +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.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.8...v0.15.9) - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](https://github.com/biomejs/pre-commit/compare/v2.4.9...v2.4.10) - [github.com/rvben/rumdl-pre-commit: v0.1.62 → v0.1.67](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.62...v0.1.67) --- .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..9e5a492 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.9 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.4.9 + rev: v2.4.10 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.1.67 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py