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 0a16030 commit d9a6522Copy full SHA for d9a6522
python/uv/private/lock.bzl
@@ -29,6 +29,7 @@ def _impl(ctx):
29
30
# TODO @aignas 2025-03-02: create an executable file here that is using a
31
# python and uv toolchains.
32
+
33
if ctx.files.src_outs:
34
args.add_all([
35
"--src-out",
@@ -45,9 +46,7 @@ def _impl(ctx):
45
46
ctx.outputs.out,
47
],
48
arguments = [args],
- tools = [
49
- ctx.executable.cmd,
50
- ],
+ tools = [ctx.executable.cmd],
51
progress_message = "Locking requirements using uv",
52
env = ctx.attr.env,
53
)
0 commit comments