jayvdb / flake8-putty

Flake8 plugin to control reporting per file and line
MIT License
37 stars 6 forks source link

Implement recognition of pylint code disabling comments #6

Open jayvdb opened 8 years ago

jayvdb commented 8 years ago

As discussed on #3 , it would be useful to recognise pylint comments like

# pylint: disable=unused-variable
# pylint: disable=W0612