CCI-MOC / flocx-market

2 stars 9 forks source link

pep8 should not ignore E501,F401,E211 #44

Closed tzumainn closed 5 years ago

tzumainn commented 5 years ago

tox.ini is currently configured to ignore the following pep8 checks:

We should not be ignoring any of these. If a rule violation is required for whatever reason, we should use a # noqa line comment rather than disabling a rule.