We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03b63c commit 108a66cCopy full SHA for 108a66c
1 file changed
docs/toolchains.md
@@ -436,8 +436,8 @@ local_runtime_repo = use_repo_rule(
436
)
437
438
local_runtime_toolchains_repo = use_repo_rule(
439
- "@rules_python//python/local_toolchains:repos.bzl"
440
- "local_runtime_toolchains_repo"
+ "@rules_python//python/local_toolchains:repos.bzl",
+ "local_runtime_toolchains_repo",
441
dev_dependency = True,
442
443
0 commit comments