Pre-commit hooks for Scala. Runs scalafmt on commit.
Find a file
2023-12-23 20:28:08 -06:00
.pre-commit-channel Added coursier-based hook for scalafmt 2022-06-17 21:39:38 -05:00
.pre-commit-hooks.yaml Minor updates to prepare next version 2023-12-23 20:28:08 -06:00
LICENSE Minor updates to prepare next version 2023-12-23 20:28:08 -06:00
README.md Minor updates to prepare next version 2023-12-23 20:28:08 -06:00

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