From a2c375dea4037f8389ab335f265f227a643ab1b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:18:35 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2f0b3a..90be265 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.1 + rev: v0.15.3 hooks: # Run the linter. - id: ruff-check @@ -36,13 +36,13 @@ repos: - id: shfmt # prebuilt upstream executable - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.2" # Use the sha / tag you want to point at + rev: "v2.4.4" # Use the sha / tag you want to point at hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@2.3.10"] - repo: https://github.com/PyCQA/bandit - rev: "1.9.3" + rev: "1.9.4" hooks: - id: bandit args: ["-c", "bandit.yml"] @@ -77,7 +77,7 @@ repos: - id: mypy - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v10.0.0" # Use the sha / tag you want to point at + rev: "v10.0.2" # Use the sha / tag you want to point at hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx