Files
ray-project--ray/python/ray/scripts/BUILD.bazel
T
2026-07-13 13:17:40 +08:00

7 lines
107 B
Python

load("//bazel:python.bzl", "doctest")
doctest(
files = glob(["**/*.py"]),
tags = ["team:core"],
)