We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 979fca9 + ec109ce commit 8f3daa1Copy full SHA for 8f3daa1
README.md
@@ -24,6 +24,7 @@ Add the following to your `WORKSPACE` file to add the external repositories:
24
git_repository(
25
name = "io_bazel_rules_python",
26
remote = "https://github.com/bazelbuild/rules_python.git",
27
+ # NOT VALID! Replace this with a Git commit SHA.
28
commit = "{HEAD}",
29
)
30
0 commit comments