From f4fd732618cb67ceb3f495c926d91eac2b80a9c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:28:55 +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: 5.13.2 → 9.0.1](https://github.com/PyCQA/isort/compare/5.13.2...9.0.1) - [github.com/PyCQA/autoflake: v2.3.1 → v2.4.0](https://github.com/PyCQA/autoflake/compare/v2.3.1...v2.4.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...26.5.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7a2ea..7cd1982 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 9.0.1 hooks: - id: isort - stages: [commit] + stages: [pre-commit] args: ["--profile", "black"] - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.4.0 hooks: - id: autoflake - stages: [commit] + stages: [pre-commit] args: [ "-ri", @@ -20,8 +20,8 @@ repos: "--remove-unused-variables", ] - - repo: https://github.com/psf/black - rev: 24.8.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black - stages: [commit] + stages: [pre-commit]