From ba4f453b169ca91b3fc0ae9600a1bd3ceaec6a81 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:47:57 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...26.5.1) - [github.com/PyCQA/isort: 5.13.2 → 9.0.0a3](https://github.com/PyCQA/isort/compare/5.13.2...9.0.0a3) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.15.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.15.14) --- .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 d2e22bf..e205d58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/psf/black - rev: 23.12.1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black # It is recommended to specify the latest version of Python @@ -9,11 +9,11 @@ repos: # https://pre-commit.com/#top_level-default_language_version language_version: python3.11 - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.11 + rev: v0.15.14 hooks: - id: ruff