File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def sync_command(
132132 strict : Annotated [bool , options .strict ] = False ,
133133 quiet : Annotated [bool , options .quiet ] = False ,
134134 directory : Annotated [str , options .directory ] = "" ,
135- verbose : Annotated [str , options .verbose ] = "" ,
135+ verbose : Annotated [bool , options .verbose ] = False ,
136136):
137137 """Update pyproject.toml with missing bricks."""
138138 root = repo .get_workspace_root (Path .cwd ())
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " polylith-cli"
3- version = " 1.19.2 "
3+ version = " 1.20.0 "
44description = " Python tooling support for the Polylith Architecture"
55authors = [' David Vujic' ]
66homepage = " https://davidvujic.github.io/python-polylith-docs/"
You can’t perform that action at this time.
0 commit comments