Is it possible to pylint for a specific error code?

Viewed 841

I want to pylint a project against unused imports to make upgrading a module easier (W0611).

1 Answers
Related