This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Use classify-imports
instead of isort
for import classification
#680
Labels
I noticed that
isort
is used for classifying imports, which is somethingisort
can do, but it's notisort
's primary job. I wonder whether you've consideredclassify-imports
which is a utility library that is also used inreorder-python-imports
, which is an an alternative toisort
that performs static import analysis. It might be a lighter and more tailored dependency to solve that problem. Just an idea. 😇The text was updated successfully, but these errors were encountered: