Skip to content

Commit

Permalink
ignore too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Oct 7, 2024
1 parent 188c569 commit 1a2df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kohlrahbi/ahb/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def validate_path(ctx, param, value) -> Path: # type:ignore[no-untyped-def]
default=False,
help="Confirm all prompts automatically.",
)
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments, too-many-arguments
def ahb(
pruefis: list[str],
edi_energy_mirror_path: Path,
Expand Down

0 comments on commit 1a2df5b

Please sign in to comment.