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[@]}"