Get fmt working again

This commit is contained in:
Reid 'arrdem' McKenzie 2021-05-15 11:34:28 -06:00
parent 633060910c
commit debc7996ee

View file

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