From a52cf2fc784a4482bd9573efdf5919c47e60ffcd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:05:43 +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: 25.12.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v2.3.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4955f7..03e6fc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ ci: autoupdate_schedule: "monthly" repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 26.5.1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.3.0 hooks: - id: mypy exclude: ^docs/conf.py