Isort: Support for pyproject.toml

Created on 12 May 2018  路  3Comments  路  Source: PyCQA/isort

It would be awesome if isort allowed for configuration in pyproject.toml.

See also:

Most helpful comment

@timothycrosley That seems to be loading the TOML files using the INI config parser, which isn't right. There's subtle differences in the two formats which can result in slightly different results in edge cases.

All 3 comments

A gentle ping.

+1 ping

@timothycrosley That seems to be loading the TOML files using the INI config parser, which isn't right. There's subtle differences in the two formats which can result in slightly different results in edge cases.

Was this page helpful?
0 / 5 - 0 ratings