From 70a4572472839e8ae41d0e951dec76967815a48c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:47:46 +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.5](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.4...v19.1.5) - [github.com/keith/pre-commit-buildifier: 7.3.1 → 7.3.1.1](https://github.com/keith/pre-commit-buildifier/compare/7.3.1...7.3.1.1) - [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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5482b7ab088..3afd0e31f85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ 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.5 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: 7.3.1.1 hooks: - id: buildifier - repo: https://github.com/Mateusz-Grzelinski/actionlint-py @@ -20,7 +20,7 @@ repos: - 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"]