gs-pre-commit-scala/.pre-commit-hooks.yaml

10 lines
210 B
YAML

---
- id: scalafmt
name: scalafmt
description: "runs the scalafmt code formatter"
entry: scalafmt
language: coursier
types: [file]
files: \.(scala|sbt|sc)$
stages: [commit]
pass_filenames: true