11 lines
275 B
YAML
11 lines
275 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
|
rev: v0.1.0
|
|
hooks:
|
|
- id: scalafmt
|