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 e7a3052 commit b6e1b8bCopy full SHA for b6e1b8b
python/uv/private/lock.bzl
@@ -78,6 +78,7 @@ def _lock_impl(ctx):
78
lock_args.add("--custom-compile-command", update_command)
79
run_args.extend(("--custom-compile-command", "'{}'".format(update_command)))
80
81
+ lock_args.add("--no-progress")
82
lock_args.add("--quiet")
83
lock_args.add("--python", py_runtime.interpreter)
84
lock_args.add_all(args)
0 commit comments