Skip to content

Commit 6b675f0

Browse files
committed
add a comment
1 parent e46d8eb commit 6b675f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ use_repo(python, "python_3_10", "python_3_9", "python_versions", "pythons_hub")
105105
uv = use_extension(
106106
"@rules_python//python/uv:uv.bzl",
107107
"uv",
108+
# Use `dev_dependency` so that the toolchains are not defined pulled when your
109+
# module is used elsewhere.
108110
dev_dependency = True,
109111
)
110112
uv.append_config(version = "0.6.2")

0 commit comments

Comments
 (0)