Skip to content

Commit c42bf6d

Browse files
authored
ci: add toml formatter (#682)
1 parent ade1115 commit c42bf6d

File tree

2 files changed

+206
-202
lines changed

2 files changed

+206
-202
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ repos:
3232
hooks:
3333
- id: prettier
3434
exclude: ".all-contributorsrc"
35+
- repo: https://github.com/ComPWA/taplo-pre-commit
36+
rev: v0.9.3
37+
hooks:
38+
- id: taplo-format
39+
exclude: "uv.lock"
3540
- repo: https://github.com/pre-commit/mirrors-mypy
3641
rev: "v1.15.0"
3742
hooks:

0 commit comments

Comments
 (0)