From deeb281797afbd449ff261b0b1007b45d0b97c63 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:29:37 +0000 Subject: [PATCH] style: pre-commit.ci auto fixes [...] --- src/taskgraph/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/taskgraph/main.py b/src/taskgraph/main.py index 653a8a03..a600b800 100644 --- a/src/taskgraph/main.py +++ b/src/taskgraph/main.py @@ -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",