Add Python as dev dependency
This commit is contained in:
@ -9,3 +9,7 @@ git_override(
|
||||
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
|
||||
commit = "4f28899228fb3ad0126897876f147ca15026151e",
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_python", version = "1.1.0", dev_dependency = True)
|
||||
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
|
||||
python.toolchain(python_version = "3.13", is_default = True)
|
||||
|
Reference in New Issue
Block a user