From debc7996eee5141beb6a5eee209f97650d39e91e Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 15 May 2021 11:34:28 -0600 Subject: [PATCH] Get fmt working again --- tools/fmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fmt.sh b/tools/fmt.sh index 950afd0..3b5eed1 100755 --- a/tools/fmt.sh +++ b/tools/fmt.sh @@ -4,7 +4,7 @@ cd "$(git rev-parse --show-toplevel)" bazel build //tools/python/... -DIRS=(*) +DIRS=(projects tools) bazel-bin/tools/python/autoflake -ir "${DIRS[@]}" bazel-bin/tools/python/black "${DIRS[@]}"