Skip to content

Commit

Permalink
pylint: Allow too-many-positional-arguments
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 23, 2024
1 parent 6087261 commit bb0bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_python_client_gen/_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __init__(
method_name,
expected,
actual,
): # pylint: disable=too-many-arguments
): # pylint: disable=too-many-arguments, too-many-positional-arguments
"""
Initialize a DPClientKeywordError with the mismatched arguments.
Expand Down

0 comments on commit bb0bcfe

Please sign in to comment.