From 08dc76f7d117f41b4ef4db5dd5abc3bc3908debc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:10:26 +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/PyCQA/isort: 9.0.0b1 → 9.0.0b2](https://github.com/PyCQA/isort/compare/9.0.0b1...9.0.0b2) - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.2) --- .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 078edf5..423855e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-merge-conflict - id: check-toml - repo: https://github.com/PyCQA/isort - rev: "9.0.0b1" + rev: "9.0.0b2" hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -23,7 +23,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.22' + rev: 'v0.16.2' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade