From 8ecf65c421ccada1cf91ec3a1a10eadbfb7ca14d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:45:03 +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.15.20 → v0.15.21](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21) - [github.com/facebook/pyrefly-pre-commit: 1.2.0.dev1 → 1.2.0.dev2](https://github.com/facebook/pyrefly-pre-commit/compare/1.2.0.dev1...1.2.0.dev2) - [github.com/rvben/rumdl-pre-commit: v0.2.28 → v0.2.32](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.28...v0.2.32) - [github.com/astral-sh/ty-pre-commit: v0.0.56 → v0.0.59](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.56...v0.0.59) --- .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 6351b1c..51d4038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check - id: ruff-format @@ -52,7 +52,7 @@ repos: - id: typos exclude: ^\.specify/scripts/ - repo: https://github.com/facebook/pyrefly-pre-commit - rev: 1.2.0.dev1 + rev: 1.2.0.dev2 hooks: - id: pyrefly-check additional_dependencies: @@ -61,11 +61,11 @@ repos: - ruamel.yaml>=0.18.0 - typer>=0.26.7 - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.28 + rev: v0.2.32 hooks: - id: rumdl-fmt - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.56 + rev: v0.0.59 hooks: - id: ty - repo: https://github.com/rohaquinlop/complexipy-pre-commit