Minor version and wording updates

This commit is contained in:
pfm 2023-07-30 13:55:42 -05:00
parent b6cc3d180d
commit d5af0fce09

View file

@ -1,7 +1,6 @@
# meager-precommit-scala
meager.io pre-commit hooks for Scala 3 development. Used to run `scalafmt` on
commit.
Pre-commit hooks for Scala 3 development. Used to run `scalafmt` on commit.
## Usage
@ -11,12 +10,12 @@ Create `.pre-commit-config.yaml` at the root of your repository:
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://git.sr.ht/~eidolon/meager-pre-commit-scala
rev: v0.1.1
- repo: https://git.meager.home/meager/meager-pre-commit-scala
rev: v0.1.2
hooks:
- id: scalafmt
```