Skip to content

Commit 432e5fc

Browse files
committed
Add toml formatter to pre-commit checks
1 parent 31eb278 commit 432e5fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ repos:
1818
language: system
1919
name: clang-format
2020
repo: local
21+
- hooks:
22+
- id: taplo-format
23+
repo: https://github.com/ComPWA/taplo-pre-commit
24+
rev: v0.9.3

0 commit comments

Comments
 (0)