Open pganssle opened 4 years ago
i want to work on this can you assign it to me
@jhabarsingh, thank you for the help! I've assigned the issue to you. Let me know if I can assist at any point :)
@jhabarsingh, are you still interested in taking this on? Anything I can do to help?
Thanks!
~Timothy
I would love to work on this but I am not getting how to start, I would be glad if you guide me.
Given a configuration file like this:
And an input file like this:
Installing
isort[pyproject]
(==4.3.21
), I get:Normally this would not be a problem because you can put
"namespace"
intoknown_first_party
, but when the namespace isbackports
or some other shared namespace, there are both first- and third-party packages in there. It seems to me that in the case offrom x import y
, the sorting should be based onx.y
, not onx
.