Skip to content

Commit

Permalink
pylint error name change
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Sep 26, 2024
1 parent 3e7f011 commit e74070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidecar/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e74070c

Please sign in to comment.