Skip to content

Commit

Permalink
Merge pull request #712 from danthorpe/danthorpe/add_pre_commit_hooks
Browse files Browse the repository at this point in the history
feat: add pre-commit hooks
  • Loading branch information
ahoppen authored Nov 12, 2024
2 parents 637cb85 + 5e4caa8 commit 0c05520
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: swift-format
name: swift-format
entry: swift-format format --in-place --recursive --parallel
language: swift
types: [swift]
require_serial: true

0 comments on commit 0c05520

Please sign in to comment.