Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ workspace(name = "rules_python")
# Everything below this line is used only for developing rules_python. Users
# should not copy it to their WORKSPACE.

# Necessary so that Bazel 9 recognizes this as rules_python and doesn't try
# to load the version Bazel itself uses by default.
# buildifier: disable=duplicated-name
local_repository(
name = "rules_python",
path = ".",
)

load("//:internal_dev_deps.bzl", "rules_python_internal_deps")

rules_python_internal_deps()
Expand Down