From 3877aae37c689bc63aa1ef865cdee65e98148488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:55:43 +0000 Subject: [PATCH] pre-commit: bump the deps group with 2 updates Bumps the deps group with 2 updates: [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/pre-commit/mirrors-mypy` from v2.1.0 to 2.3.0 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.0) Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: deps - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] --- .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 7d16ee7..cc85283 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy name: Check Python types @@ -45,7 +45,7 @@ repos: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell name: Check spelling with codespell