From 8f206ed39dfae32dc8d402d9de1471b2b0e60874 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:12:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[pre-commit.ci]=20pre-commit=20auto?= =?UTF-8?q?update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.15.4) - [github.com/astral-sh/uv-pre-commit: 0.9.13 → 0.10.7](https://github.com/astral-sh/uv-pre-commit/compare/0.9.13...0.10.7) --- .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 11c976a..4172c06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.15.4 hooks: - id: ruff args: [--fix] @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.13 + rev: 0.10.7 hooks: # Update the uv lockfile - id: uv-lock