diff options
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 6dffe70..a10bf6f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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)
|