From 3b6e036e3800ab018859787ffaac51a318d69700 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 9 Mar 2025 18:09:35 +0900 Subject: [PATCH] tools: Update tidy.sh --- tools/tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tidy.sh b/tools/tidy.sh index 7df5b4ec..6547b907 100755 --- a/tools/tidy.sh +++ b/tools/tidy.sh @@ -14,7 +14,7 @@ cd -- "$(dirname -- "$0")"/.. # - git 1.8+ # - jq 1.6+ # - npm (node 18+) -# - python 3.6+ +# - python 3.5.3+ # - shfmt # - shellcheck # - cargo, rustfmt (if Rust code exists)