From 4c0ee0d86ae307489d14b014417a0e643e742f89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:10:32 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...26.1.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.0](https://github.com/pycqa/isort/compare/5.13.2...8.0.0) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](https://github.com/hhatto/autopep8/compare/v2.3.1...v2.3.2) --- .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 602e445..cf31a62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - - repo: https://github.com/psf/black - rev: 24.10.0 # Use the latest stable version of Black + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 # Use the latest stable version of Black hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.0 hooks: - id: isort - repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 # Use the latest stable version of autopep8 + rev: v2.3.2 # Use the latest stable version of autopep8 hooks: - id: autopep8