Get fmt working again
This commit is contained in:
parent
633060910c
commit
debc7996ee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cd "$(git rev-parse --show-toplevel)"
|
||||||
|
|
||||||
bazel build //tools/python/...
|
bazel build //tools/python/...
|
||||||
|
|
||||||
DIRS=(*)
|
DIRS=(projects tools)
|
||||||
|
|
||||||
bazel-bin/tools/python/autoflake -ir "${DIRS[@]}"
|
bazel-bin/tools/python/autoflake -ir "${DIRS[@]}"
|
||||||
bazel-bin/tools/python/black "${DIRS[@]}"
|
bazel-bin/tools/python/black "${DIRS[@]}"
|
||||||
|
|
Loading…
Reference in a new issue