From 198422a29c2174260ca209d81905d9a2da204817 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:40:40 +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/PyCQA/isort: 5.13.2 → 8.0.1](https://github.com/PyCQA/isort/compare/5.13.2...8.0.1) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...26.3.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.21.2) - [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/flake8: 7.1.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.20.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.20.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.20.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.20.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) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2256311..add8693 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,25 +7,25 @@ repos: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort - - repo: https://github.com/psf/black - rev: 24.4.2 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black args: [--target-version=py36] - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py36-plus - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: .bumpversion.cfg @@ -44,7 +44,7 @@ repos: - --autofix - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: [ @@ -62,13 +62,13 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.20.1 hooks: - id: mypy additional_dependencies: ['PyYAML', 'types-PyYAML'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.20.1 hooks: - id: mypy additional_dependencies: ['PyYAML', 'types-PyYAML'] @@ -79,7 +79,7 @@ repos: exclude: tests/|setup.py - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint # args: [--config-data=relaxed]