Use clean, not just sort
This commit is contained in:
parent
44f4a0aaa8
commit
60498b4822
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ DIRS=(projects tools)
|
||||||
bazel-bin/tools/python/autoflake -ir "${DIRS[@]}"
|
bazel-bin/tools/python/autoflake -ir "${DIRS[@]}"
|
||||||
bazel-bin/tools/python/isort "${DIRS[@]}"
|
bazel-bin/tools/python/isort "${DIRS[@]}"
|
||||||
bazel-bin/tools/python/unify --quote '"' -ir "${DIRS[@]}"
|
bazel-bin/tools/python/unify --quote '"' -ir "${DIRS[@]}"
|
||||||
bazel-bin/projects/reqman/reqman sort tools/python/requirements.txt
|
bazel-bin/projects/reqman/reqman clean tools/python/requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue