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