From 8e49e0c2e6988baa04bd90a7bdb6ddfd7d32bcc3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:35:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.4...v19.1.7) - [github.com/keith/pre-commit-buildifier: 7.3.1 → 8.0.0](https://github.com/keith/pre-commit-buildifier/compare/7.3.1...8.0.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.4.20 → v1.7.7.23](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.4.20...v1.7.7.23) - [github.com/nicklockwood/SwiftFormat: 0.55.3 → 0.55.4](https://github.com/nicklockwood/SwiftFormat/compare/0.55.3...0.55.4) --- .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 25392ab37d5..3b68b505dd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,22 +5,22 @@ repos: - id: check-yaml args: [--allow-multiple-documents, --unsafe] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.4 + rev: v19.1.7 hooks: - id: clang-format files: '.*\.(hpp|cpp|h)' exclude: '(vendor/.*|darwin/include/mbgl/storage/reachability.h)' - repo: https://github.com/keith/pre-commit-buildifier - rev: 7.3.1 + rev: 8.0.0 hooks: - id: buildifier - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.4.20 + rev: v1.7.7.23 hooks: - id: actionlint additional_dependencies: [shellcheck-py] - repo: https://github.com/nicklockwood/SwiftFormat - rev: "0.55.3" + rev: "0.55.4" hooks: - id: swiftformat args: [--swiftversion, "5.8"]