From d3f3bd8dfb692ef3099b2f4a2aaa7802a8c680ca Mon Sep 17 00:00:00 2001 From: Pre-commit automation Date: Mon, 1 Dec 2025 00:36:05 +0000 Subject: [PATCH] chore: pre-commit autoupdate --- .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 f60bd1f..7b89af7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,16 +13,16 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.7 + rev: 0.9.13 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.3' + rev: 'v0.14.7' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/adrienverge/yamllint.git