From 059eda41919d95d9fe2781b6b77145d25b16d297 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:48:26 +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.17.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.21.2) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...26.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.18.0...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](https://github.com/pycqa/isort/compare/5.13.2...8.0.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.6.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.7...v0.15.4) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b820047..61365c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,25 +6,25 @@ repos: # - id: sync-additional-dependencies - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py311-plus - - repo: https://github.com/psf/black - rev: 24.8.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black language_version: python3.11 - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.20.0 hooks: - id: blacken-docs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: @@ -47,7 +47,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort name: isort (python) @@ -70,7 +70,7 @@ repos: - '4096' - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: @@ -79,14 +79,14 @@ repos: - --strict - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.6.0 hooks: - id: pycln args: - --all - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.19.1 hooks: - id: mypy args: @@ -130,7 +130,7 @@ repos: - id: python-check-mock-methods - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: @@ -140,6 +140,6 @@ repos: - '*.svg,*.json' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.7 + rev: v0.15.4 hooks: - id: ruff