ava/.pre-commit-config.yaml

15 lines
387 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-yaml
- id: fix-byte-order-marker
- id: mixed-line-ending
args: [--fix=lf]
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v0.1.3
hooks:
- id: scalafmt