From 91b24fdee7265c3bca26b774d00d606ef53e9a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:16:14 +0000 Subject: [PATCH] pre-commit: bump the deps group with 3 updates Bumps the deps group with 3 updates: [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy), [https://github.com/rstcheck/rstcheck](https://github.com/rstcheck/rstcheck) 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/rstcheck/rstcheck` from v6.2.5 to 6.3.0 - [Changelog](https://github.com/rstcheck/rstcheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/rstcheck/rstcheck/compare/v6.2.5...v6.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/rstcheck/rstcheck dependency-version: 6.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cad5ce1..f16e294 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,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 @@ -43,7 +43,7 @@ repos: additional_dependencies: [flask, openslide-bin, pillow >= 12.1.0, types-PyYAML, types-setuptools] - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.5 + rev: v6.3.0 hooks: - id: rstcheck name: Validate reStructuredText syntax @@ -51,7 +51,7 @@ repos: additional_dependencies: [sphinx, toml] - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell name: Check spelling with codespell