Open joaoponceleao opened 9 years ago
@joaoponceleao Can you please rebase your PR?
any movement on this?
Sorry about this. Not using atom anymore and quite busy. Will look into it this weekend.
@joaoponceleao Bump on this one?
@cclauss @bh @chaffeqa Sorry about this everyone (trying to finish a phd and been out of atom for a long time so...).
I've rebased this by request. I removed @lexicalunit 's PR since it did not seem to be working with magicpython on my system. It should be noted that he has his own fork of this package (although I haven't actually tried it).
Hey, ping on this, I've had to install MagicPython because the built in language-python
does not work with Pyton 3.5+ syntax, but now isort isn't working.
Happy to help out get this working if I can?
I use MagicPython
as well and atom-isort
supports this.
Oh nice, thanks!
On 6 Dec 2017, at 17:53, Amy Troschinetz notifications@github.com wrote:
I use MagicPython as well and atom-isort supports this.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
This wasn't working with MagicPython (https://github.com/MagicStack/MagicPython), (or 'Python Django' for that matter). This PR takes care of that by making the
checkForPythonContext
more permissible.