Skip to content

Commit

Permalink
Use a proper pre-commit hook for taplo fmt (#2650)
Browse files Browse the repository at this point in the history
* Add taplo to pre-commit

* Use a proper pre-commit hook for taplo fmt
  • Loading branch information
Marcondiro authored Nov 4, 2024
1 parent 97a8e4c commit 56a5463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
name: fmt
entry: scripts/fmt_all.sh check
language: script
- id: taplo
name: taplo
entry: taplo format --check
language: system
- repo: https://github.com/ComPWA/taplo-pre-commit
rev: v0.9.3
hooks:
- id: taplo-format

0 comments on commit 56a5463

Please sign in to comment.