Emacs package to sort Python imports via isort.
TODO
Use one of these commands via M-x or bind them to a key:
python-isort-on-save-modeAutomatically sort Python imports of the buffer on save.
python-isort-bufferSort Python imports of the current buffer.
python-isort-regionSort Python imports of the current region.
This package has minimal configuration.
python-isort-commandpython-isort-extra-args
To configure the isort itself, use an external configuration file for your project, which has the best benefits that it can be per-project, and works with other editors or tools as well.
BSD 3-Clause License. Copyright © 2020, 林玮 (Jade Lin)