Pre-commit hooks for Scala. Runs scalafmt on commit.
| .pre-commit-hooks.yaml | ||
| LICENSE | ||
| README.md | ||
gs-pre-commit-scala
Pre-commit hooks for Scala 3 development. Used to run scalafmt on commit.
Usage
Create .pre-commit-config.yaml at the root of your repository:
---
repos:
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v1.0.0
hooks:
- id: scalafmt