Skip to content

Commit 9b6f9f3

Browse files
committed
fix: add command log
1 parent 9fa01f7 commit 9b6f9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sync_uv_pre_commit/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def resolve_pyproject(
7272
extras = (key, *extras)
7373
extras = tuple(extra for extra in extras if extra in valid_extras)
7474
command = [*command, *chain.from_iterable(("--extra", extra) for extra in extras)]
75+
logger.info("Running command:\n %s", " ".join(command))
7576

7677
uv_process = subprocess.run( # noqa: S603
7778
command, cwd=temp_directory, check=False, capture_output=True, text=True

0 commit comments

Comments
 (0)