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
Creating a new issue based on the comments on #694
-from .trace import ( - DurationTraceEvent, - FlowBindingPoint, - FlowTraceEvent, - Phase, - Trace, -) +from .trace import (DurationTraceEvent, FlowBindingPoint, FlowTraceEvent, + Phase, Trace)
isort keeps moving the imports to two lines, and black then breaks them apart again.
My pyproject.toml (I've also tried without the line lengths, only keeping the profile):
[tool.black] line-length = 79 [tool.isort] profile = "black" line_length = 79
In case it helps, the actual code is at https://github.com/kunalb/panopticon/blob/master/panopticon/tracer.py#L13 .
Thanks!
The text was updated successfully, but these errors were encountered:
Er, I just realized I was on isort 4.x because of pylint, goes away with the latest version. Sorry about that!
Sorry, something went wrong.
No worries! Glad to hear 5.0.0 resolved it :)
Black
isort
pre-commit
No branches or pull requests
Creating a new issue based on the comments on #694
isort keeps moving the imports to two lines, and black then breaks them apart again.
My pyproject.toml (I've also tried without the line lengths, only keeping the profile):
In case it helps, the actual code is at https://github.com/kunalb/panopticon/blob/master/panopticon/tracer.py#L13 .
Thanks!
The text was updated successfully, but these errors were encountered: