Skip to content

Commit

Permalink
debuggercli: ignore pylint error about number of params
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla authored and OverOrion committed Sep 20, 2024
1 parent eea15dd commit 6319d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class TestLangCompleter(CompleterTestCase):
'PARTIAL_TOKEN': ChoiceCompleter(("tokenP-a", "tokenP-b"), prefix='@', suffix='')
}

# pylint: disable=arguments-differ,too-many-arguments
# pylint: disable=arguments-differ,too-many-arguments,too-many-positional-arguments
def _construct_completer(self, expected_token=None, expected_tokens=None,
replaced_token=None, replaced_token_pos=-1,
completers=None, prefix="<!--"):
Expand Down

0 comments on commit 6319d72

Please sign in to comment.