Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent 963a9a3 commit deeb281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/taskgraph/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ def logfile(spec):
defaults={"graph_attr": "full_task_set"},
)
@command(
"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"}
"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"},
)
@command(
"target",
Expand Down

0 comments on commit deeb281

Please sign in to comment.