source/tools/autoflake/BUILD

7 lines
119 B
Python

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