Add Python as dev dependency

This commit is contained in:
2025-01-23 00:27:17 +01:00
parent e5acc1eaa7
commit 5c45530359
3 changed files with 16 additions and 4 deletions

View File

@ -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)