From 6514cfc0e2ecd008b2a82a395822f14fbcfc6bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 02:12:46 +0000 Subject: [PATCH] pre-commit: bump the deps group with 3 updates Bumps the deps group with 3 updates: [https://github.com/PyCQA/isort](https://github.com/PyCQA/isort), [https://github.com/psf/black](https://github.com/psf/black) and [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell). Updates `https://github.com/PyCQA/isort` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/7.0.0...8.0.1) Updates `https://github.com/psf/black` from 25.12.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.12.0...26.3.1) Updates `https://github.com/codespell-project/codespell` from v2.4.1 to 2.4.2 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: https://github.com/PyCQA/isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: https://github.com/psf/black dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.2 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] --- .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 4ba58799..ba8b6223 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,13 +23,13 @@ repos: args: ["--py310-plus"] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort name: Reorder python imports with isort - repo: https://github.com/psf/black - rev: 25.12.0 + rev: 26.3.1 hooks: - id: black name: Format python code with black @@ -69,7 +69,7 @@ repos: additional_dependencies: [sphinx, toml] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Check spelling with codespell