-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix order
s newline-between
for multiline imports
#329
Fix order
s newline-between
for multiline imports
#329
Conversation
['builtin', 'index'], | ||
['sibling'], | ||
['parent', 'external'], | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that it matters all that much, but you could simplify the tests by removing the groups
option, as you don't need it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant in all the tests you added and where it's not needed. I think you only removed it from the last one?
LGTM. You say this partially fixes #313, what part of it remains? What I suggested adding tests for in #313 (comment)? |
@jfmengels Yes, this is pretty tricky, but looks like I'm not far away from finishing that. Also case with |
Not sure what you meant with |
@jfmengels That part with requires of |
I will create new PR which solves all issues mentioned in #313, closing that one. |
Partly-fixes #313.