diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5482b7ab088..0c8e41156ac 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.6 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 - rev: v1.7.4.20 + rev: v1.7.6.22 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"]