11 lines
265 B
YAML
11 lines
265 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/gs/gs-pre-commit-scala
|
|
# rev: v0.1.2
|
|
# hooks:
|
|
# - id: scalafmt
|