From 933841c3ce412155fed06db6444bf62e630a9868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:46:28 +0000 Subject: [PATCH] Bump the pre-commit-hooks group across 1 directory with 3 updates Bumps the pre-commit-hooks group with 3 updates in the /configs/v4 directory: [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli), [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/igorshubovych/markdownlint-cli` from v0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.0) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.13 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.13...v0.15.20) Updates `https://github.com/BlankSpruce/gersemi-pre-commit` from 0.27.5 to 0.27.7 - [Commits](https://github.com/BlankSpruce/gersemi-pre-commit/compare/0.27.5...0.27.7) --- updated-dependencies: - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.20 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 ... Signed-off-by: dependabot[bot] --- configs/v4/.pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/v4/.pre-commit-config.yaml b/configs/v4/.pre-commit-config.yaml index 8a13b5c..b041805 100644 --- a/configs/v4/.pre-commit-config.yaml +++ b/configs/v4/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Markdown linting # Config file: .markdownlint.yaml - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: [--fix] @@ -31,7 +31,7 @@ repos: # Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.20 hooks: - id: ruff - id: ruff-format @@ -44,7 +44,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.5 + rev: 0.27.7 hooks: - id: gersemi name: CMake linting