Fix CI: Remove whitespaces, add newlines
This commit is contained in:
parent
83a7c7ad7d
commit
580bf81c15
19 changed files with 40 additions and 43 deletions
|
@ -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(
|
||||
|
|
|
@ -39,4 +39,3 @@ class MockRelease():
|
|||
|
||||
def is_valid(self, main_branch):
|
||||
return len(self.validate(main_branch)) < 1
|
||||
|
||||
|
|
|
@ -83,4 +83,3 @@ def test_release_type_repository_env():
|
|||
release_type = sut.get_release_type()
|
||||
except:
|
||||
assert release_type == None
|
||||
|
|
@ -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')
|
||||
|
Loading…
Reference in a new issue