From c17927cecfa9fbe7a294fb11b600b42f6b9af7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:57:43 +0000 Subject: [PATCH] Bump the pre-commit-all group with 4 updates Bumps the pre-commit-all group with 4 updates: [https://github.com/adrienverge/yamllint](https://github.com/adrienverge/yamllint), [https://github.com/pre-commit/pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks), [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/adrienverge/yamllint` from v1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) Updates `https://github.com/pre-commit/pre-commit-hooks` from v5.0.0 to 6.0.0 - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.12.4 to 0.15.7 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.4...v0.15.7) Updates `https://github.com/pre-commit/mirrors-clang-format` from v16.0.6 to 22.1.1 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.6...v22.1.1) --- updated-dependencies: - dependency-name: https://github.com/adrienverge/yamllint dependency-version: 1.38.0 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/pre-commit/pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.7 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.1 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 8d9c73e241..d0d826587f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ --- repos: - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint types: [yaml] args: ['-c', './scripts/pre-commit/yamllint.yml'] exclude: 'meta\.yaml$' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-json # checks that all json files have proper syntax - id: check-toml # checks that all toml files have proper syntax @@ -27,13 +27,13 @@ repos: - id: check-merge-conflict - id: check-shebang-scripts-are-executable - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.15.8 hooks: - id: ruff-format - id: ruff args: ["--config=./pyproject.toml", "--fix"] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v16.0.6' # Use the sha / tag you want to point at + rev: 'v22.1.2' # Use the sha / tag you want to point at hooks: - id: clang-format files: \.(cu|cuh|h|cc|inl)$