From f7b1d7322b0b2ea6813864351f836e948e2f7e3c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:30: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/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.1.0...26.5.1) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](https://github.com/PyCQA/autoflake/compare/v2.3.1...v2.3.3) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.17) --- .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 a7c7e79a9..94660819c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: - id: name-tests-test exclude: "tests/data/package_init/" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black language_version: python3 exclude: "tests/data/package_init/" - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake - repo: https://github.com/PyCQA/flake8 @@ -49,14 +49,14 @@ repos: - id: pyupgrade args: [--py36-plus, --keep-runtime-typing] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.19.1' + rev: 'v2.1.0' hooks: - id: mypy args: [--disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls] additional_dependencies: [types-toml] exclude: "tests/data/package_init/" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.17 hooks: - id: ruff # runs faster than pylint args: [--fix, --exit-non-zero-on-fix]