From 58e78cd058b51c3e1b7c688e93c0933c109a0f49 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:08:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20`pre-commit-ci`=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8D=87=E7=BA=A7?= 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.15 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.16.1) - [github.com/astral-sh/uv-pre-commit: 0.11.17 → 0.12.1](https://github.com/astral-sh/uv-pre-commit/compare/0.11.17...0.12.1) --- .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 fa52712..9de21b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_commit_msg: "⬆️ `pre-commit-ci`自动升级" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.16.1 hooks: - id: ruff args: [--fix] @@ -20,7 +20,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.12.1 hooks: - id: uv-lock - id: uv-export