We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0acc6 commit 8c209c2Copy full SHA for 8c209c2
1 file changed
src/vcspull/cli/sync.py
@@ -33,6 +33,7 @@
33
from ._colors import Colors, get_color_mode
34
from ._output import (
35
JsonObject,
36
+ JsonValue,
37
OutputFormatter,
38
OutputMode,
39
PlanAction,
@@ -719,7 +720,7 @@ def silent_progress(output: str, timestamp: datetime) -> None:
719
720
721
summary["total"] += 1
722
- event: dict[str, t.Any] = {
723
+ event: dict[str, JsonValue] = {
724
"reason": "sync",
725
"name": repo_name,
726
"path": display_repo_path,
0 commit comments