Skip to content

Commit 772b5ab

Browse files
committed
Apply ruff formatting
1 parent 1801774 commit 772b5ab

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

src/deepwork/core/generator.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,16 @@ def _build_meta_command_context(
229229
# Claude uses dot for namespacing: _job_name.step_id
230230
command_name = command_filename.replace(".md", "")
231231

232-
steps_info.append({
233-
"id": step.id,
234-
"name": step.name,
235-
"description": step.description,
236-
"command_name": command_name,
237-
"dependencies": step.dependencies,
238-
"exposed": step.exposed,
239-
})
232+
steps_info.append(
233+
{
234+
"id": step.id,
235+
"name": step.name,
236+
"description": step.description,
237+
"command_name": command_name,
238+
"dependencies": step.dependencies,
239+
"exposed": step.exposed,
240+
}
241+
)
240242

241243
return {
242244
"job_name": job.name,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)