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 2cb062b commit e7a3052Copy full SHA for e7a3052
python/uv/private/lock.bzl
@@ -78,7 +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")
+ lock_args.add("--quiet")
82
lock_args.add("--python", py_runtime.interpreter)
83
lock_args.add_all(args)
84
lock_args.add_all(srcs)
0 commit comments