Disable range-loop-construct warnings (#4951)

This commit is contained in:
Guillaume Chatelet
2025-12-15 15:27:59 +01:00
committed by Corentin Le Molgat
parent 7f22b7208c
commit 8802f29059
3 changed files with 8 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ python.defaults(python_version = DEFAULT_PYTHON)
python.toolchain(python_version = DEFAULT_PYTHON)
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
[
pip.parse(
envsubst = ["PIP_INDEX_URL"],