diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f7fd11fa5..f102f6552 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,3 +4,9 @@ language: swift types: [swift] require_serial: true +- id: swift-format-lint + name: swift-format-lint + entry: swift-format lint --strict --recursive --parallel + language: swift + types: [swift] + require_serial: true