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 ad94a0e commit c084130Copy full SHA for c084130
docs/toolchains.md
@@ -189,7 +189,7 @@ existing attributes:
189
It is possible to use toolchains defined in `MODULE.bazel` in `WORKSPACE`. For example
190
the following `MODULE.bazel` and `WORKSPACE` provides a working {bzl:obj}`pip_parse` setup:
191
```starlark
192
-# WORKSPACE contents
+# File: WORKSPACE
193
load("@rules_python//python:repositories.bzl", "py_repositories")
194
195
py_repositories()
@@ -206,7 +206,7 @@ load("@third_party//:requirements.bzl", "install_deps")
206
207
install_deps()
208
209
-# MODULE.bazel contents
+# File: MODULE.bazel
210
bazel_dep(name = "rules_python", version = "0.40.0")
211
212
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
0 commit comments