From 25ca60a0964948e7c44edef9c17aa890201c88e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:34:49 +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/uv-pre-commit: 0.11.29 → 0.11.32](https://github.com/astral-sh/uv-pre-commit/compare/0.11.29...0.11.32) - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) - [github.com/astral-sh/ty-pre-commit: v0.0.61 → v0.0.64](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.61...v0.0.64) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 961775f..32f5401 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,17 +39,17 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.29 + rev: 0.11.32 hooks: - id: uv-lock - id: uv-sync - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check args: [ --fix ] - id: ruff-format - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.61 + rev: v0.0.64 hooks: - id: ty