source/tools/yamllint/BUILD

9 lines
203 B
Python
Raw Normal View History

2021-08-30 04:13:59 +00:00
# WARNING: YAMLLINT is GLP3'd code. Do not extend, modify or depend on this as a lib.
py_binary(
name = "yamllint",
main = "__main__.py",
deps = [
py_requirement("yamllint"),
]
)