style: format with black and fix ruff SIM117 warnings
- Merge nested with statements in test_project_root.py - Reformat multi-line calls in test_cli.py and update.py
This commit is contained in:
@@ -43,7 +43,9 @@ def update_cmd() -> None:
|
||||
if makefile.is_file():
|
||||
rc = _run_make_install(root)
|
||||
if rc != 0:
|
||||
console.print("[yellow]make install failed, trying pip -e…[/yellow]")
|
||||
console.print(
|
||||
"[yellow]make install failed, trying pip -e…[/yellow]"
|
||||
)
|
||||
rc = _run_pip_editable(root)
|
||||
else:
|
||||
rc = _run_pip_editable(root)
|
||||
|
||||
Reference in New Issue
Block a user