source/tools/yamllint/BUILD.bazel
Reid 'arrdem' McKenzie 45da5b603d BUILD.bazel
2024-02-06 10:01:19 -07:00

11 lines
260 B
Text

# 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"),
],
visibility = [
"//visibility:public"
],
)