We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f588cd commit c6b90bdCopy full SHA for c6b90bd
1 file changed
scripts/sync-pre-commit.py
@@ -42,6 +42,7 @@ def export_from_uv_lock(group_args):
42
"--no-header",
43
"--no-emit-project",
44
"--no-emit-workspace",
45
+ "--no-annotate",
46
]
47
packages = (
48
subprocess.check_output(
0 commit comments