From eb973101f1d41aebc50fdf43f6c719fcb88333fe Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 31 Oct 2024 05:32:19 +0900 Subject: [PATCH] Add taplo to pre-commit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 006f6927..bcaaf995 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,3 +94,8 @@ repos: rev: v0.23.1 hooks: - id: toml-sort-fix + - repo: https://github.com/ComPWA/taplo-pre-commit + rev: v0.9.3 + hooks: + - id: taplo-format + - id: taplo-lint