diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 135475d8d4..91a1be6bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,4 +6,8 @@ repos: - id: fmt name: fmt entry: scripts/fmt_all.sh check - language: script \ No newline at end of file + language: script + - id: taplo + name: taplo + entry: taplo format --check + language: system