From a44ba8034576150c8e4226e22d27f266c660ac60 Mon Sep 17 00:00:00 2001 From: Pre-commit automation Date: Fri, 1 Aug 2025 00:05:12 +0000 Subject: [PATCH] chore: pre-commit autoupdate --- .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 6e346d2d9..2773a2090 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.12.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.17 + rev: 0.8.4 hooks: - id: uv-lock - repo: https://github.com/adrienverge/yamllint.git