Minor version and wording updates
This commit is contained in:
parent
b6cc3d180d
commit
d5af0fce09
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue