Use clean, not just sort

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-04 00:21:41 -06:00
parent 44f4a0aaa8
commit 60498b4822

View file

@ -9,4 +9,4 @@ DIRS=(projects tools)
bazel-bin/tools/python/autoflake -ir "${DIRS[@]}"
bazel-bin/tools/python/isort "${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