From 73fcf83345b0f9c86301b5512517f9331a0ded72 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:05:33 +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.11.10 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.10...v0.11.12) - [github.com/astral-sh/uv-pre-commit: 0.7.5 → 0.7.9](https://github.com/astral-sh/uv-pre-commit/compare/0.7.5...0.7.9) --- .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 78bf5f4..5e754a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.12 hooks: # Run the linter. - id: ruff @@ -23,6 +23,6 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.5 + rev: 0.7.9 hooks: - id: uv-lock