Fix CI: Remove whitespaces, add newlines

This commit is contained in:
erik 2023-04-20 16:50:31 +02:00
parent 83a7c7ad7d
commit 580bf81c15
19 changed files with 40 additions and 43 deletions

View file

@ -21,7 +21,7 @@ def get_devops_build(project):
@deprecation.deprecated(deprecated_in="3.2")
# TODO: Remove from here!
# TODO: Remove from here! # pylint: disable=W0511
def get_tag_from_latest_commit():
try:
value = run(

View file

@ -39,4 +39,3 @@ class MockRelease():
def is_valid(self, main_branch):
return len(self.validate(main_branch)) < 1

View file

@ -83,4 +83,3 @@ def test_release_type_repository_env():
release_type = sut.get_release_type()
except:
assert release_type == None

View file

@ -44,4 +44,3 @@ def test_c4k_mixin(tmp_path):
mixin.write_c4k_auth()
assert os.path.exists(f'{mixin.build_path()}/out_c4k_auth.yaml')