source/tools/flake8/BUILD

7 lines
114 B
Python

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