Incomplete pyproject.toml support
Closed this issue · 3 comments
netsandbox commented
While 53bc302 added isort with pyproject.toml support as a dependency,
it was missed to update the _search_config_on_path
method to also
look for a tool.isort
section in pyproject.toml
:
Lines 128 to 151 in 27eb1c1
If you currently have tool.isort
section in pyproject.toml
, you always get the following error:
I002 no configuration found (.isort.cfg or [isort] in configs)
jnns commented
Thanks for mentioning this. There's already a pull request to improve support for pyproject.toml
and that will resolve this issue.
gforcada commented
@caiolopes yes, thanks for taking the time to review what can be closed already 💯