sublime-text-isort-plugin
sublime-text-isort-plugin copied to clipboard
Support for pyproject.toml missing
isort can load configuration from pyproject.toml only if the toml module is installed. This is defined as an extra, so
pip install isort[toml]
would pull in that dependency. Can this also be added to the plugin please?