Skip to content

Commit a64e8cb

Browse files
[pre-commit.ci] pre-commit autoupdate (maplibre#3702)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33e56f1 commit a64e8cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
exclude: '(platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/(location/LocationIndicatorLayer|style/layers/PropertyFactory)\.java$)|(platform/windows/vendor/.*)'
2020

2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v20.1.7
22+
rev: v20.1.8
2323
hooks:
2424
- id: clang-format
2525
files: '.*\.(hpp|cpp|h)'
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: [ shellcheck-py ]
3838

3939
- repo: https://github.com/nicklockwood/SwiftFormat
40-
rev: "0.56.4"
40+
rev: "0.57.2"
4141
hooks:
4242
- id: swiftformat
4343
args: [ --swiftversion, "5.8" ]

platform/ios/Integration_Tests/Snapshotter Tests/MLNMapSnapshotterSwiftTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class MLNMapSnapshotterSwiftTests: MLNMapViewIntegrationTest {
1414
return options
1515
}
1616

17-
override public func setUp() {
17+
override func setUp() {
1818
super.setUp()
1919
MLNSettings.use(MLNWellKnownTileServer.mapTiler)
2020
}

0 commit comments

Comments
 (0)