Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.5](pre-commit/mirrors-clang-format@v19.1.4...v19.1.5)
- [github.com/keith/pre-commit-buildifier: 7.3.1 → 7.3.1.1](keith/pre-commit-buildifier@7.3.1...7.3.1.1)
- [github.com/nicklockwood/SwiftFormat: 0.55.3 → 0.55.4](nicklockwood/SwiftFormat@0.55.3...0.55.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent b7bf486 commit 70a4572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down

0 comments on commit 70a4572

Please sign in to comment.