Files
2026-07-13 13:17:40 +08:00

10 lines
157 B
Python

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