From af9d4e5b0d76e1cf537ba997e2baaf5479496b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:51:34 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/BlankSpruce/gersemi-pre-commit](https://github.com/BlankSpruce/gersemi-pre-commit) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.12 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.16) Updates `https://github.com/BlankSpruce/gersemi-pre-commit` from 0.27.2 to 0.27.7 - [Commits](https://github.com/BlankSpruce/gersemi-pre-commit/compare/0.27.2...0.27.7) Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.4 to 22.1.5 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.4...v22.1.5) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.16 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/BlankSpruce/gersemi-pre-commit dependency-version: 0.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.5 dependency-type: direct:production dependency-group: pre-commit-hooks ... 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 9b98775..89a2c79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.16 hooks: - id: ruff - id: ruff-format @@ -43,7 +43,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.2 + rev: 0.27.7 hooks: - id: gersemi name: CMake linting @@ -52,7 +52,7 @@ repos: # This brings in a portable version of clang-format. # See also: https://github.com/ssciwr/clang-format-wheel - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c]