From 6875977c80ff83411bf4f6a4f235a58ccd58f3d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:40:12 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 9.0.0a3 → 9.0.0b1](https://github.com/PyCQA/isort/compare/9.0.0a3...9.0.0b1) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.26.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.23.0...v2.26.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.16.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b52f5b6..bb1c7d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort files: >- @@ -38,12 +38,12 @@ repos: ) - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.26.0 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.16.0 hooks: - id: ruff From 4a52419d1c1a36c6924e8d314d25844a0a030f19 Mon Sep 17 00:00:00 2001 From: Oleksandr Piskun Date: Mon, 3 Aug 2026 12:10:32 +0000 Subject: [PATCH 2/2] chore(pre-commit): bump ruff to v0.16.1 and use the ruff-check hook id The `ruff` hook id is now only a legacy alias for `ruff-check` in ruff-pre-commit. --- .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 bb1c7d2a..e34830d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,9 +43,9 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - - id: ruff + - id: ruff-check - repo: local hooks: