bh / atom-python-isort

Atom.io plugin to sort Python imports
https://atom.io/packages/python-isort
MIT License
19 stars 10 forks source link

Force noskip #28

Closed lexicalunit closed 8 years ago

lexicalunit commented 8 years ago

I've noticed that isort can fail to run on __init__.py files. Setting no-skip avoids this issue.