Skip to content

Commit 86b4680

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.6](pre-commit/mirrors-clang-format@v20.1.8...v21.1.6) - [github.com/keith/pre-commit-buildifier: 8.2.0 → 8.2.1](keith/pre-commit-buildifier@8.2.0...8.2.1) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.7.23 → v1.7.9.24](Mateusz-Grzelinski/actionlint-py@v1.7.7.23...v1.7.9.24) - [github.com/nicklockwood/SwiftFormat: 0.57.2 → 0.58.7](nicklockwood/SwiftFormat@0.57.2...0.58.7)
1 parent caa564f commit 86b4680

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-toml
@@ -19,25 +19,25 @@ repos:
1919
exclude: '(platform/android/MapLibreAndroid/src/main/java/org/maplibre/android/(location/LocationIndicatorLayer|style/layers/PropertyFactory)\.java$)|(platform/windows/vendor/.*)|(platform/ios/vendor/.*)'
2020

2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v20.1.8
22+
rev: v21.1.6
2323
hooks:
2424
- id: clang-format
2525
files: '.*\.(hpp|cpp|h)'
2626
exclude: 'vendor/.*'
2727

2828
- repo: https://github.com/keith/pre-commit-buildifier
29-
rev: 8.2.0
29+
rev: 8.2.1
3030
hooks:
3131
- id: buildifier
3232

3333
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
34-
rev: v1.7.7.23
34+
rev: v1.7.9.24
3535
hooks:
3636
- id: actionlint
3737
additional_dependencies: [ shellcheck-py ]
3838

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

0 commit comments

Comments
 (0)