8 lines
119 B
Python
8 lines
119 B
Python
|
py_binary(
|
||
|
name = "autoflake",
|
||
|
main = "__main__.py",
|
||
|
deps = [
|
||
|
py_requirement("autoflake"),
|
||
|
]
|
||
|
)
|