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:
Marco C. 2024-11-04 14:17:02 +01:00 committed by GitHub
parent 97a8e4c294
commit 56a5463ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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