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-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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue