Add taplo to pre-commit (#2646)

This commit is contained in:
Marco C. 2024-10-31 17:55:10 +01:00 committed by GitHub
parent 6d55626a48
commit 89cff63702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,8 @@ repos:
- id: fmt
name: fmt
entry: scripts/fmt_all.sh check
language: script
language: script
- id: taplo
name: taplo
entry: taplo format --check
language: system