Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gardening]: batch swiftlint calls for all modified files (#261)
### Issue the current pre-commit hook builds & runs swiftformat on every lint-able file, which can take a relatively long time if many changes have been made ### Description - updates commit hook script to make one call to swiftformat with all the files to lint - adds a `swiftversion` config specifying 5.7 as the language version the linter will use when running