From 44874bb8a0103edd9dc23b37ae36be7d4252f11b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:55:53 +0000 Subject: [PATCH] :arrow_up: auto update by pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.15.4) - [github.com/pycqa/isort: 6.0.0 → 8.0.1](https://github.com/pycqa/isort/compare/6.0.0...8.0.1) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.1.0) --- .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 52d9d4b..fd8f3ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,20 +7,20 @@ ci: autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.15.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] stages: [Nonepre-commitNone] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 8.0.1 hooks: - id: isort stages: [Nonepre-commitNone] - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black stages: [Nonepre-commitNone]