diff --git a/python/plugin.py b/python/plugin.py index d1ca314..2670f5e 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -150,7 +150,7 @@ def _get_sense_synonyms( """Get all synonyms for a specific word sense with their definitions.""" return [(lemma, synset.definition()) for lemma in synset.lemmas()] - def _explore_synset( # pylint: disable=too-many-locals,too-many-positional-arguments + def _explore_synset( # pylint: disable=too-many-locals,R0917 self, synset: "wn.Synset", word_class: WordClass,