From c7c2d90da509cc599267b32550b94fa09a0fa5fc 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 20:41:05 +0000 Subject: [PATCH] Pre-commit auto-update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](https://github.com/asottile/add-trailing-comma/compare/v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.3) - [github.com/RobertCraigie/pyright-python: v1.1.406 → v1.1.407](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.407) - [github.com/astral-sh/uv-pre-commit: 0.8.23 → 0.9.7](https://github.com/astral-sh/uv-pre-commit/compare/0.8.23...0.9.7) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f688b9..b9f3f66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: args: ["--unittest"] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.2.0 + rev: v4.0.0 hooks: # Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables, # if a trailing comma is added. @@ -73,7 +73,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Matches Ruff version in pyproject. - rev: v0.13.3 + rev: v0.14.3 hooks: - id: ruff name: lint with ruff @@ -82,13 +82,13 @@ repos: name: format with ruff - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.406 + rev: v1.1.407 hooks: - id: pyright name: Check types with pyright - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.23 + rev: 0.9.7 hooks: - id: uv-lock name: Verify uv lock file