9 lines
203 B
Python
9 lines
203 B
Python
|
# 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"),
|
||
|
]
|
||
|
)
|