From 6a190888595de0000659a239b661f1089c624584 Mon Sep 17 00:00:00 2001 From: Matthias Mair <code@mjmair.com> Date: Tue, 10 Jun 2025 23:36:54 +0200 Subject: [PATCH] chore: bump tooling (#9755) --- .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 0f9c4e970f..f974223be6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-yaml - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.0 + rev: v0.11.13 hooks: - id: ruff-format args: [--preview] @@ -28,7 +28,7 @@ repos: --preview ] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.6 + rev: 0.7.12 hooks: - id: pip-compile name: pip-compile requirements-dev.in @@ -70,13 +70,13 @@ repos: src/frontend/vite.config.ts | )$ - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 + rev: v2.0.0-beta.5 hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@1.9.4"] files: ^src/frontend/.*\.(js|ts|tsx)$ - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.0 + rev: v8.27.2 hooks: - id: gitleaks language_version: 1.23.6