From ac157da0cbdb017938f11154c7864b23e81b4c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:58:13 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .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 eabcb02..3396bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.7 + rev: v0.15.8 hooks: # Run the linter. - id: ruff-check @@ -36,7 +36,7 @@ repos: - id: shfmt # prebuilt upstream executable - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.8" # Use the sha / tag you want to point at + rev: "v2.4.9" # Use the sha / tag you want to point at hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@2.3.10"]