From 191fe84074e58b2cf7ddec7151d7991c6aaac8c3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:10:42 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1800) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[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 c2654f6cb3b..98a6b3ded6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ repos: hooks: - id: check-yaml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v17.0.3 hooks: - id: clang-format files: '.*\.(hpp|cpp|h)' exclude: '(vendor/.*|platform/(ios|darwin|macos)/.*|test/ios/.*|render-test/ios/.*|benchmark/ios/.*)' - repo: https://github.com/keith/pre-commit-buildifier - rev: 6.3.3 + rev: 6.3.3.1 hooks: - id: buildifier - repo: https://github.com/Mateusz-Grzelinski/actionlint-py