ruff
ruff copied to clipboard
Pylint Rule: plr0913
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
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.
Hi @charliermarsh, Done with the changes.