From 388c017a6fecb6059dfe95300af96fd56eb6d589 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:04:47 +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.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.16.6) - [github.com/pycqa/isort: 6.0.0 → 9.0.1](https://github.com/pycqa/isort/compare/6.0.0...9.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.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.5.1) --- .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..c6b0b92 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.16.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] stages: [Nonepre-commitNone] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 9.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.5.1 hooks: - id: black stages: [Nonepre-commitNone]