From 87a2c77ceb3dad1283403c51b3e7b12c884017bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:49:20 +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/asottile/pyupgrade: v3.20.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](https://github.com/hadialqattan/pycln/compare/v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.14.10) - [github.com/jvllmr/pre-commit-prettier: v3.6.2 → v3.7.4](https://github.com/jvllmr/pre-commit-prettier/compare/v3.6.2...v3.7.4) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.19.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e42d91f..3349029 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py39-plus - repo: https://github.com/hadialqattan/pycln - rev: v2.5.0 + rev: v2.6.0 hooks: - id: pycln args: @@ -22,19 +22,19 @@ repos: additional_dependencies: - black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.14.10" hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/jvllmr/pre-commit-prettier - rev: v3.6.2 + rev: v3.7.4 hooks: - id: prettier additional_dependencies: [prettier@latest, prettier-plugin-toml@latest] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.17.1" + rev: "v1.19.1" hooks: - id: mypy exclude: ^tests/.*