You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pep8->pycodestyle change breaks the imports that ebb-lint is using.
Some interaction between flake8 2.6.0 and/or pycodestyle and py.test also breaks all the tests that depend on reading from stdin. I haven't had time to investigate and produce a fix, but the error message on 2.7.11 is as follows.
The pep8->pycodestyle change breaks the imports that ebb-lint is using.
Some interaction between flake8 2.6.0 and/or pycodestyle and py.test also breaks all the tests that depend on reading from stdin. I haven't had time to investigate and produce a fix, but the error message on 2.7.11 is as follows.
On python 3.x, the error is similar:
As a short term fix, pinning to flake8 < 2.6.0 is sufficient, and what I've done locally.
The text was updated successfully, but these errors were encountered: