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.7](pre-commit/mirrors-clang-format@v19.1.4...v19.1.7)
- [github.com/keith/pre-commit-buildifier: 7.3.1 → 8.0.1](keith/pre-commit-buildifier@7.3.1...8.0.1)
- [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.4.20 → v1.7.7.23](Mateusz-Grzelinski/actionlint-py@v1.7.4.20...v1.7.7.23)
- [github.com/nicklockwood/SwiftFormat: 0.55.3 → 0.55.5](nicklockwood/SwiftFormat@0.55.3...0.55.5)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 687994d commit efe6faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ repos:
# FIXME: these autogenerate files contain trailing whitespace. Need to fix generator.
exclude: 'platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/(location/LocationIndicatorLayer|style/layers/PropertyFactory)\.java'
- 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/.*'
- repo: https://github.com/keith/pre-commit-buildifier
rev: 7.3.1
rev: 8.0.1
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.5"
hooks:
- id: swiftformat
args: [--swiftversion, "5.8"]
Expand Down

0 comments on commit efe6faf

Please sign in to comment.