From 89cff637025c1652c24e8d97a30a2e3d01f187a4 Mon Sep 17 00:00:00 2001 From: "Marco C." <46560192+Marcondiro@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:55:10 +0100 Subject: [PATCH] Add taplo to pre-commit (#2646) --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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