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
This is very similar to #1548 , but the line now appears between imports. I'm running v5.6.3 of isort.
v5.6.3
isort
Before running isort:
from tools.dependency_pruning.prune_dependencies import ( # isort:skip prune_dependencies, ) from tools.developer_pruning.prune_developers import ( # isort:skip prune_developers, )
After running isort:
Config:
[isort] profile = black float_to_top = True
Just as it happened with #1548 , if I remove float_to_top = True then the empty line does not get added.
float_to_top = True
The text was updated successfully, but these errors were encountered:
49bb9ba
Thank you for reporting! This has been fixed in release 5.6.4
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is very similar to #1548 , but the line now appears between imports.
I'm running
v5.6.3
ofisort
.Before running
isort
:After running
isort
:Config:
Just as it happened with #1548 , if I remove
float_to_top = True
then the empty line does not get added.The text was updated successfully, but these errors were encountered: