From 18e5be08e82365bbf1a95370b29a550b637f42d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:16:15 +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.14.1 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.3) - [github.com/astral-sh/uv-pre-commit: 0.9.4 → 0.9.7](https://github.com/astral-sh/uv-pre-commit/compare/0.9.4...0.9.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 4f63cfc..fc3a9a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.3 hooks: - id: ruff-format - id: ruff @@ -24,6 +24,6 @@ repos: - id: mypy exclude: ^docs/ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.4 + rev: 0.9.7 hooks: - id: uv-lock