lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -15,7 +15,7 @@ class ListGitlabAutomation(ListAutomation):
|
|||
"gitlab_token",
|
||||
"gitlab_author_email",
|
||||
"gitlab_author_name",
|
||||
"gitlab_commit_message"
|
||||
"gitlab_commit_message",
|
||||
]
|
||||
|
||||
template = """
|
||||
|
@ -56,5 +56,5 @@ class ListGitlabAutomation(ListAutomation):
|
|||
|
||||
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
||||
super().__init__(*args, **kwargs)
|
||||
if 'GITLAB_URL' in current_app.config:
|
||||
if "GITLAB_URL" in current_app.config:
|
||||
self.template_parameters.append("gitlab_url")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue