Add isort #14
Labels
Category: CI/Tools
Specifically for tools automating/simplifying maintaining work.
Type: Enhancement
Enhancement to existing features.
Milestone
It would be nice to have some standard for import ordering, so I think this project could use isort for that.
Currently however,
black
doesn't work flawlessly withisort
, so I don't want to useisort
before those problems get resolved. Relevant issues:psf/black#251
PyCQA/isort#694
It also looks like the author of
isort
wants to soon releaseblack_isort
that will solve all of the compatibility problems with black: psf/black#333 (comment)The text was updated successfully, but these errors were encountered: