source/tools/isort/BUILD

7 lines
111 B
Python

py_binary(
name = "isort",
main = "__main__.py",
deps = [
py_requirement("isort"),
]
)