Skip to content

Commit

Permalink
chore: update pre-commit config (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: danthorpe <[email protected]>
  • Loading branch information
danthorpe and danthorpe authored Nov 27, 2024
1 parent c2e8842 commit 0abcb7f
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,11 +11,11 @@ repos:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/realm/SwiftLint
rev: 0.54.0
rev: 0.57.1
hooks:
- id: swiftlint
entry: swiftlint --fix --strict
- repo: https://github.com/danthorpe/swift-format
rev: 756fbb36972bd4ddcb6b3923ad38c0f8efda2d89
- repo: https://github.com/swiftlang/swift-format
rev: swift-6.1-DEVELOPMENT-SNAPSHOT-2024-11-21-a
hooks:
- id: swift-format

0 comments on commit 0abcb7f

Please sign in to comment.