From ec1aa8f9b10561bef8bb89e87a29bcfcd89531f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:24:06 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/BlankSpruce/gersemi-pre-commit](https://github.com/BlankSpruce/gersemi-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.22 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) Updates `https://github.com/BlankSpruce/gersemi-pre-commit` from 0.27.7 to 0.28.0 - [Commits](https://github.com/BlankSpruce/gersemi-pre-commit/compare/0.27.7...0.28.0) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/BlankSpruce/gersemi-pre-commit dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks ... 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 5b74d74..53c0314 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.22 + rev: v0.16.0 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.7 + rev: 0.28.0 hooks: - id: gersemi name: CMake linting