JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Allow `flake8` to handle `# noqa` comments #50

Closed Zac-HD closed 2 years ago

Zac-HD commented 2 years ago

This is a best practice, and also required for use with https://pypi.org/project/flake8-noqa/ - I think the implemenation is as simple as deleting these lines:

https://github.com/JBKahn/flake8-print/blob/539dd7697a40103d44b6a822992af8944f31896a/flake8_print.py#L105-L108

JBKahn commented 2 years ago

Merged that PR.