From e74070c3dd4252f6afc174947b80ef4b170256ed Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Wed, 25 Sep 2024 19:07:18 -0700 Subject: [PATCH] pylint error name change --- sidecar/cli/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidecar/cli/cli.py b/sidecar/cli/cli.py index 7f89aa4..dd47463 100644 --- a/sidecar/cli/cli.py +++ b/sidecar/cli/cli.py @@ -124,7 +124,7 @@ def start_traefik_local_command( return Command(cmd=cmd, env=env) -# pylint: disable=too-many-arguments +# pylint: disable=too-many-positional-arguments @cli.command @click.option( "--config_path", @@ -164,7 +164,7 @@ def run_helper_sidecar( start_commands_parallel([sidecar_command, traefik_command]) -# pylint: disable=too-many-arguments +# pylint: disable=too-many-positional-arguments @cli.command @click.option( "--config_path",