Skip to content

Commit 89cff63

Browse files
authored
Add taplo to pre-commit (#2646)
1 parent 6d55626 commit 89cff63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ repos:
66
- id: fmt
77
name: fmt
88
entry: scripts/fmt_all.sh check
9-
language: script
9+
language: script
10+
- id: taplo
11+
name: taplo
12+
entry: taplo format --check
13+
language: system

0 commit comments

Comments
 (0)