Closed jodal closed 10 years ago
Any chance you can figure out the file it's linting when it crashes? This plugin is used on several Python 3 projects where it works fine.
Running flake8 on Python 3:
from . import a
from .x import b
Very likely that this is not failing in Py2 because everything is larger than None
there.
Will do a release Soon (tm).
I'm running flake8-import-order on Python 3.4:
And it crashes because of a comparison of str and None:
But it works when running flake8 with Python 2.7 on the same code base: