treefmt v2.5.0traversed 246 files emitted 206 files for processing formatted 206 files (1 changed) in 821ms M nixbot/nixbot/tests/test_executor.py diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py index e1aec1c..1cf8878 100644 --- a/nixbot/nixbot/tests/test_executor.py +++ b/nixbot/nixbot/tests/test_executor.py @@ -788,9 +788,7 @@ def test_scrapes_cannot_build_reason_wording() -> None: " Output paths:\n" " /nix/store/7bs-closure-info" ) - cap.setup_line( - f"error: Cannot build '{top}'.\n Reason: 1 dependency failed." - ) + cap.setup_line(f"error: Cannot build '{top}'.\n Reason: 1 dependency failed.") cap.mark_failed(top) state = {e["name"]: e["status"] for e in cap.state()} # Leaf flagged with its output; no phantom top-level card, setup neutral.