Skip to content

Commit deeb281

Browse files
style: pre-commit.ci auto fixes [...]
1 parent 963a9a3 commit deeb281

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/taskgraph/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ def logfile(spec):
232232
defaults={"graph_attr": "full_task_set"},
233233
)
234234
@command(
235-
"full", help="Show the full taskgraph. The full taskgraph consists of the full task set, with edges (dependencies) between tasks.", defaults={"graph_attr": "full_task_graph"}
235+
"full",
236+
help="Show the full taskgraph. The full taskgraph consists of the full task set, with edges (dependencies) between tasks.",
237+
defaults={"graph_attr": "full_task_graph"},
236238
)
237239
@command(
238240
"target",

0 commit comments

Comments
 (0)