From 1c37726e208efeb3e8323d584a70adcd1e963fef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:40:02 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.3.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.2...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v2.0.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v2.0.0) - [github.com/PyCQA/isort: 6.0.0 → 9.0.0a3](https://github.com/PyCQA/isort/compare/6.0.0...9.0.0a3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9746ece..9a19261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,27 +1,27 @@ default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black files: ^odeon/ args: [--diff] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 files: ^odeon/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v2.0.0 hooks: - id: mypy verbose: true @@ -29,7 +29,7 @@ repos: entry: bash -c 'mypy "$@" --install-types --non-interactive || true' --show-traceback - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 9.0.0a3 hooks: - id: isort name: Format imports