From dea2d7f3ed508e08e03dcd6a9d140e1bb0133c3f Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Aug 2023 10:30:58 +0200 Subject: [PATCH] Ignore line too long --- src/main/python/ddadevops/infrastructure/infrastructure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index e94fab9..48959c2 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -226,7 +226,7 @@ class ArtifactDeploymentApi: + f'-H "Authorization: token {token}"', sanitized_command=f'curl -X "POST" "{api_endpoint_url}" ' + '-H "accept: application/json" -H "Content-Type: application/json" ' - + f'-d "{{ "body": "Provides files for release {tag} Attention: The "Source Code"-files below are not up-to-date!", "tag_name": "{tag}"}}" ', + + f'-d "{{ "body": "Provides files for release {tag} Attention: The "Source Code"-files below are not up-to-date!", "tag_name": "{tag}"}}" ', # noqa: E501 ) # noqa: E501 def add_asset_to_release(