From 43bc4a72074264cddd81fc3660bd897fd8a23642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:44:24 +0000 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7dbf215..8563bd5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,19 +6,19 @@ default_language_version: repos: - repo: https://github.com/hadolint/hadolint - rev: v2.13.1 + rev: v2.14.0 hooks: - id: hadolint-docker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.98.4 + rev: 41.125.3 hooks: - id: renovate-config-validator args: [--strict] stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.34.0 hooks: - id: check-github-workflows @@ -74,7 +74,7 @@ repos: stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.1 hooks: - id: ruff args: [--fix] @@ -82,7 +82,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.8.20 hooks: - id: uv-lock always_run: true