From b687378a65b65c4e456a479ded07a85d8d0f46fd Mon Sep 17 00:00:00 2001 From: Don Naro Date: Fri, 5 Apr 2024 16:48:30 +0100 Subject: [PATCH] format tag.py --- hacking/tagger/tag.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hacking/tagger/tag.py b/hacking/tagger/tag.py index 40931f8b30..d206758316 100755 --- a/hacking/tagger/tag.py +++ b/hacking/tagger/tag.py @@ -41,7 +41,12 @@ ROOT = HERE.parent.parent DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible") DEFAULT_REMOTE = "origin" -DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = ("stable-2.14", "stable-2.15", "stable-2.16", "stable-2.17") +DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = ( + "stable-2.14", + "stable-2.15", + "stable-2.16", + "stable-2.17", +) def get_tags(repo: git.Repo) -> list[str]: