Skip to content

Commit

Permalink
feat: add pre-commit hooks
Browse files Browse the repository at this point in the history
set require_serial true
  • Loading branch information
danthorpe committed Oct 29, 2024
1 parent 3ca1a18 commit c097787
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 c097787

Please sign in to comment.