From 79e051af44a43e9b59e009540a677b7fae3a7c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 02:21:51 +0000 Subject: [PATCH] pre-commit: bump the deps group with 4 updates Bumps the deps group with 4 updates: [https://github.com/PyCQA/isort](https://github.com/PyCQA/isort), [https://github.com/psf/black](https://github.com/psf/black), [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) 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.11.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.11.0...26.3.1) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.19.0 to 1.19.1 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.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/pre-commit/mirrors-mypy dependency-version: 1.19.1 dependency-type: direct:production 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba05e88..fb5d319 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: args: ["--py313-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.11.0 + rev: 26.3.1 hooks: - id: black name: Format Python code with black @@ -47,7 +47,7 @@ repos: additional_dependencies: [flake8-bugbear, Flake8-pyproject] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy name: Check Python types @@ -59,7 +59,7 @@ repos: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Check spelling with codespell