From 45d040331a30de7ad5e2d3cc2c12ee431396e7a1 Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@seco.com> Date: Thu, 12 Oct 2023 07:24:46 +0200 Subject: [PATCH] Remove disabling sourcery low-code-quality in package_release This check is not failing anymore since the latest refactorings. --- scripts/package_release.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/package_release.py b/scripts/package_release.py index ef9384f1..c4a40582 100755 --- a/scripts/package_release.py +++ b/scripts/package_release.py @@ -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", -- GitLab