Skip to content

Commit 82cd755

Browse files
committed
style: ruff format
1 parent 4bf82e6 commit 82cd755

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

apps/cli/agent.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,13 @@ def create_cli_agent( # noqa: C901
170170
if extra_middleware:
171171
middleware.extend(extra_middleware)
172172

173-
instructions = DEFAULT_INSTRUCTIONS + "\n\n" + build_cli_instructions(
174-
non_interactive=non_interactive,
175-
lean=lean,
173+
instructions = (
174+
DEFAULT_INSTRUCTIONS
175+
+ "\n\n"
176+
+ build_cli_instructions(
177+
non_interactive=non_interactive,
178+
lean=lean,
179+
)
176180
)
177181

178182
# Append working directory context

0 commit comments

Comments
 (0)