nhoad / flake8-unused-arguments

Flake8 plugin to warn against unused arguments in functions
MIT License
31 stars 8 forks source link

Some extra ignore options #14

Closed joaoe closed 2 years ago

joaoe commented 2 years ago

Howdy.

In my project, running unused-arguments reports a lot of what we consider false positives. These are for instance:

Therefore, I'd like for there to be some extra filters

This is easy enough to fix. I can send a proposed patch.

Thank you,

joaoe commented 2 years ago

Fixed in https://github.com/nhoad/flake8-unused-arguments/pull/15