From 51bf1d49719875ac5f6ed611e6fe7c2ffea6f00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 03:35:03 +0000 Subject: [PATCH] Update pre-commit --- .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 ee4568a5d..29d0d744c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: gitlint-ci - repo: https://github.com/gitleaks/gitleaks - rev: v8.25.0 + rev: v8.25.1 hooks: - id: gitleaks @@ -74,7 +74,7 @@ repos: stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.8 hooks: - id: ruff args: [--fix] @@ -82,7 +82,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.0 + rev: 0.7.2 hooks: - id: uv-lock always_run: true