dreadatour / Flake8Lint

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

Can't disable "import-order" #82

Closed ChaoticMind closed 8 years ago

ChaoticMind commented 8 years ago

"import-order" is supposed to be disabled by default, but not only is it enabled for me, but I also can't seem to be able to disable it.

In a simple file titled test.py:

#!/usr/bin/env python
import sys
import datetime

print(datetime.datetime.now())
sys.exit()

I get an I100 error (imports in the wrong order error) even though:

Additionally:

Any ideas? Is it just me?

wrhansen commented 8 years ago

I'm getting this issue too. Can't seem to disable the import-order linter through the settings.

iffy commented 8 years ago

I'm getting this too, and it's driving me nuts.

screen shot 2016-02-04 at 12 41 26 pm
dreadatour commented 8 years ago

Sorry, guys, my bad. Fixed, please, check.

ChaoticMind commented 8 years ago

Thanks!

iffy commented 8 years ago

Fixed, thanks On Feb 4, 2016 2:58 PM, "Vladimir Rudnyh" notifications@github.com wrote:

Sorry, guys, my bad. Fixed, please, check.

— Reply to this email directly or view it on GitHub https://github.com/dreadatour/Flake8Lint/issues/82#issuecomment-180069682 .

bennlich commented 8 years ago

I'm still having this problem--just installed flake8lint today w/ SublimeText2 package manager. Did this get fixed for sublimetext2?