dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
233 stars 58 forks source link

Encoding problem #89

Open debjan opened 8 years ago

debjan commented 8 years ago

Example:

s = [u'а', u'б', u'р', u'а', u'к', u'а', u'д', u'а', u'б', u'р', u'а']

screenshot

Supposed error line is 71 char long, as can be be seen in statusbar.

If I run flake8 on command line no error is reported.