Skip to content

Commit 0abcb7f

Browse files
authored
chore: update pre-commit config (#107)
Co-authored-by: danthorpe <danthorpe@users.noreply.github.com>
1 parent c2e8842 commit 0abcb7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
1111
- id: check-executables-have-shebangs
1212
- id: check-shebang-scripts-are-executable
1313
- repo: https://github.com/realm/SwiftLint
14-
rev: 0.54.0
14+
rev: 0.57.1
1515
hooks:
1616
- id: swiftlint
1717
entry: swiftlint --fix --strict
18-
- repo: https://github.com/danthorpe/swift-format
19-
rev: 756fbb36972bd4ddcb6b3923ad38c0f8efda2d89
18+
- repo: https://github.com/swiftlang/swift-format
19+
rev: swift-6.1-DEVELOPMENT-SNAPSHOT-2024-11-21-a
2020
hooks:
2121
- id: swift-format

0 commit comments

Comments
 (0)