Skip to content

Commit d9a6522

Browse files
committed
poc is done
1 parent 0a16030 commit d9a6522

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/uv/private/lock.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def _impl(ctx):
2929

3030
# TODO @aignas 2025-03-02: create an executable file here that is using a
3131
# python and uv toolchains.
32+
3233
if ctx.files.src_outs:
3334
args.add_all([
3435
"--src-out",
@@ -45,9 +46,7 @@ def _impl(ctx):
4546
ctx.outputs.out,
4647
],
4748
arguments = [args],
48-
tools = [
49-
ctx.executable.cmd,
50-
],
49+
tools = [ctx.executable.cmd],
5150
progress_message = "Locking requirements using uv",
5251
env = ctx.attr.env,
5352
)

0 commit comments

Comments
 (0)