From dcb0999898219bc1a087e22fc3b2c539b135b055 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:10:43 +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.0a3 → 9.0.0b5](https://github.com/pycqa/isort/compare/9.0.0a3...9.0.0b5) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) --- .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 8d8acb0..76cac67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 9.0.0a3 + rev: 9.0.0b5 hooks: - id: isort args: [ "--profile", "black", "--filter-files" ] @@ -28,6 +28,6 @@ repos: args: [ --max-line-length=100, "--extend-ignore=E203,E741,E731" ] exclude: "version.py|__init__.py" - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell