From 24a754ffae9d5297f9ee2b99a013007074c2a6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:33:11 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 4 updates Bumps the pre-commit-hooks group with 4 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy), [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) and [https://github.com/rstcheck/rstcheck](https://github.com/rstcheck/rstcheck). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.3) Updates `https://github.com/pre-commit/mirrors-mypy` from v2.1.0 to 2.3.1 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.1) 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) 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) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/rstcheck/rstcheck dependency-version: 6.3.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... 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 805ae1b..cad6c85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.3 hooks: - id: ruff args: @@ -32,7 +32,7 @@ repos: - id: ruff-format exclude: ^docs/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.1 hooks: - id: mypy additional_dependencies: [ @@ -66,7 +66,7 @@ repos: types: [python] exclude: ^(docs|surface_apps-assets)/ - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$ @@ -100,7 +100,7 @@ repos: exclude_types: [jupyter] exclude: ^docs/(.*/)?images/ - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.5 + rev: v6.3.0 hooks: - id: rstcheck exclude: ^THIRD_PARTY_SOFTWARE.rst$