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 5d18355 commit f1380ebCopy full SHA for f1380eb
1 file changed
python_basics/defs.bzl
@@ -27,4 +27,5 @@ def score_virtualenv(name = "ide_support", venv_name = ".venv", reqs = [], tags
27
deps = all_requirements + reqs + ["@rules_python//python/runfiles"],
28
data = ["@score_tooling//python_basics:pyproject.toml"] + data,
29
tags = tags,
30
+ package_collisions = "warning",
31
)
0 commit comments