From 42b0ba6086d0c0249a5aac2118697d659d22581b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:37:36 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.14...v0.15.20) - [github.com/astral-sh/uv-pre-commit: 0.11.18 → 0.11.26](https://github.com/astral-sh/uv-pre-commit/compare/0.11.18...0.11.26) --- .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 3ceeffc6..a2b75b5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.14 + rev: v0.15.20 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] @@ -33,7 +33,7 @@ repos: - types-pyyaml - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.18 + rev: 0.11.26 hooks: - id: uv-lock - id: uv-export