From 7ae9b604b1b1dcff1ab8c32b71fab94183af09b1 Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Wed, 9 Oct 2024 22:54:43 +0100 Subject: [PATCH] Disable too-many-locals --- src/py/flwr/cli/run/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/py/flwr/cli/run/run.py b/src/py/flwr/cli/run/run.py index b971a0312cd..4722effee53 100644 --- a/src/py/flwr/cli/run/run.py +++ b/src/py/flwr/cli/run/run.py @@ -133,6 +133,7 @@ def run( _run_without_superexec(app, federation_config, config_overrides, federation) +# pylint: disable=too-many-locals def _run_with_superexec( app: Path, federation_config: dict[str, Any],