We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
imports_first
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).
The text was updated successfully, but these errors were encountered:
separate_libs does this except it also separates libs to different groups
separate_libs
Sorry, something went wrong.
No branches or pull requests
Imports could be ordered either:
or
There should be a config to determine style. Default should be imports first (my preference).
The text was updated successfully, but these errors were encountered: