Skip to content
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

Add imports_first config support #4

Open
miki725 opened this issue Sep 5, 2014 · 1 comment
Open

Add imports_first config support #4

miki725 opened this issue Sep 5, 2014 · 1 comment

Comments

@miki725
Copy link
Owner

miki725 commented Sep 5, 2014

Imports could be ordered either:

import a
import z
from a import b
from z import y

or

import a
from a import b
import z
from z import y

There should be a config to determine style. Default should be imports first (my preference).

@miki725 miki725 modified the milestones: 0.1, 0.2 Sep 5, 2014
@miki725 miki725 removed this from the 0.2 milestone Oct 12, 2014
@miki725
Copy link
Owner Author

miki725 commented Dec 30, 2019

separate_libs does this except it also separates libs to different groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant