Skip to content

Commit 56a5463

Browse files
authored
Use a proper pre-commit hook for taplo fmt (#2650)
* Add taplo to pre-commit * Use a proper pre-commit hook for taplo fmt
1 parent 97a8e4c commit 56a5463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
name: fmt
88
entry: scripts/fmt_all.sh check
99
language: script
10-
- id: taplo
11-
name: taplo
12-
entry: taplo format --check
13-
language: system
10+
- repo: https://github.com/ComPWA/taplo-pre-commit
11+
rev: v0.9.3
12+
hooks:
13+
- id: taplo-format

0 commit comments

Comments
 (0)