diff --git a/backend/app/management/commands/update_db.py b/backend/app/management/commands/update_db.py index ab3a719..42f3bd5 100644 --- a/backend/app/management/commands/update_db.py +++ b/backend/app/management/commands/update_db.py @@ -63,6 +63,7 @@ def add_arguments(self, parser): ) def handle(self, *args, **options): + # pylint: disable=too-many-locals config_names = options.get("config_names") hide_progress = options.get("hide_progress")