ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Pylint Rule: plr0913

Open akhildevelops opened this issue 2 years ago • 1 comments

Pylint Rule: too-many-arguments / R0913 https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-arguments.html

related to https://github.com/charliermarsh/ruff/issues/970

akhildevelops avatar Jan 28 '23 19:01 akhildevelops

Hi @charliermarsh :headphones:

I've made changes as suggested and also added an extra configuration param: ignored-argument-names. It's used to ignore arguments that match the pattern and then validate the rule.

akhildevelops avatar Jan 29 '23 07:01 akhildevelops

Hi @charliermarsh, Done with the changes.

akhildevelops avatar Jan 30 '23 06:01 akhildevelops