From bd457fe8c978ac3027fdbfa1ba24d9b3aa3eec3f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Jan 2025 00:04:15 +0000 Subject: [PATCH] ci(pre-commit): autoupdate Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 a87ad293fd..2a17f892b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.4 + rev: v19.1.7 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -87,7 +87,7 @@ repos: exclude: .cu - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-metaschema files: ^.+/schema/.*schema\.json$