From d64ff00c1367acebd42b9f17b6565c1aea94ca99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:10:09 +0000 Subject: [PATCH] chore(pre-commit.ci): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.14.1) - [github.com/cdce8p/python-typing-update: v0.7.2 → v0.7.3](https://github.com/cdce8p/python-typing-update/compare/v0.7.2...v0.7.3) --- .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 a6a0548..af1f2cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,18 +33,18 @@ repos: hooks: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.1 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/cdce8p/python-typing-update - rev: v0.7.2 + rev: v0.7.3 hooks: - id: python-typing-update stages: [manual]