shortform/.pre-commit-config.yaml
pfm 937f0fe10c
Initializing the ShortForm project.
ShortForm is an essay oriented discussion platform.
2023-11-28 11:10:42 -06:00

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