Skip to content
Snippets Groups Projects
Commit 45d04033 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Remove disabling sourcery low-code-quality in package_release

This check is not failing anymore since the latest refactorings.
parent cf0336d6
No related branches found
No related tags found
1 merge request!345Remove disabling sourcery low-code-quality in package_release
Pipeline #85696 skipped with stage
......@@ -54,9 +54,6 @@ def copy_files(files: list[str], target_dir: str):
def main():
# FIXME: Remove the sourcery check deactivation below and refactor this method in
# order to enhance code quality and make the check pass.
# sourcery skip: low-code-quality
parser = argparse.ArgumentParser()
parser.add_argument(
"--images-dir",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment