You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a mono repo with multiples subpackages. Each subpackage is a separate python project (In specific, they are lambda functions to be used in AWS). My repo structure looks like:
When I run isort from my-project , foo and bar are considered as third party libraries and their imports are placed in the second import block. Is there a way to let know isort that they shoud be treated as first party?