Use a proper pre-commit hook for taplo fmt (#2650)
* Add taplo to pre-commit * Use a proper pre-commit hook for taplo fmt
This commit is contained in:
parent
97a8e4c294
commit
56a5463ae4
@ -7,7 +7,7 @@ repos:
|
||||
name: fmt
|
||||
entry: scripts/fmt_all.sh check
|
||||
language: script
|
||||
- id: taplo
|
||||
name: taplo
|
||||
entry: taplo format --check
|
||||
language: system
|
||||
- repo: https://github.com/ComPWA/taplo-pre-commit
|
||||
rev: v0.9.3
|
||||
hooks:
|
||||
- id: taplo-format
|
||||
|
Loading…
x
Reference in New Issue
Block a user