isort >=4.2.8 now supports tox.ini configuration
Closed this issue ยท 4 comments
cas-- commented
This feature should be added add to the plugin. I'll look into creating a PR at some point, unless someone else gets around to it sooner ๐
gforcada commented
@cas-- hi! thanks for reporting it. You mean that flake8-isort should also look at tox.ini
files for [isort]
configuration?
cas-- commented
Yes
cas-- commented
Actually looking at settings source code, perhaps also look for .editorconfig
. Although that might be harder as there is no dedicated [isort]
section: https://github.com/timothycrosley/isort/blob/develop/.editorconfig#L3
https://github.com/timothycrosley/isort/blob/master/isort/settings.py#L137
fyi, I have no need for editorconfig, just saw it in source code
jleclanche commented
@cas-- are you working on a PR for this? It's be really great!