-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conforming to flake8 appnexus #1395
Comments
Hi @JackDra, This is indeed supported by using the Thanks! ~Timothy |
Ah, I wasn't sure if that was for that.... My bad It seems to still not be working. I found the issue to be a conflict(?) between |
From what I can tell, it seem like here: The ordering of the '..' and '.' imports are flipped back to the regular ordering. adding print statements to the
shows in the case where there are both . and .. imports:
|
Thanks for the additional information and to digging into the cause of the issue. I was able to reproduce, and can confirm that Thanks! ~Timothy |
Awsome, thanks! I have put a request into our platform team to update our package manager (edm) with the latest isort version. I will tell them to hold off until the new release is out. |
This change has just been deployed to PyPI in version 5.5.0 Thanks! ~Timothy |
appnexus requires relative imports to have current directory above parent directory. E.g.
but isort sorts them in order:
Is there any way to reverse this condition? (i might have missed it in the docs somewhere...).
Currently it is reversed with the current tox.ini setup:
The text was updated successfully, but these errors were encountered: