From bd414583975c270149e6c5af05dc65724c60d40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:25:29 +0000 Subject: [PATCH] Bump the pre-commit-all group with 4 updates Bumps the pre-commit-all group with 4 updates: [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format), [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) and [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint). Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.1 to 22.1.2 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.1...v22.1.2) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.7 to 0.15.8 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.7...v0.15.8) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.19.1 to 1.20.0 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v1.20.0) Updates `https://github.com/rhysd/actionlint` from v1.7.11 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.2 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.8 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 1.20.0 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production dependency-group: pre-commit-all ... 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 ac70f865e8..3528eb21d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,7 +87,7 @@ repos: - id: codespell args: ["--toml=./pyproject.toml", "--write-changes", "-L", "cancelled"] # don't spell check cancelled - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v22.1.1' + rev: 'v22.1.2' hooks: - id: clang-format files: \.(cu|cuh|h|hpp|cc|inl)$ @@ -98,13 +98,13 @@ repos: hooks: - id: reuse-lint-file - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff-format - id: ruff args: ["--config=./pyproject.toml", "--fix"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.19.1' + rev: 'v1.20.0' hooks: - id: mypy pass_filenames: false @@ -144,7 +144,7 @@ repos: - id: shellcheck args: ['--rcfile', './scripts/pre-commit/shellcheckrc'] - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint types: [yaml]