Add styles
gforcada opened this issue · 2 comments
gforcada commented
To make flake8-isort more helpful and less bothersome to configure it could have a notion of styles:
A style is a predefined set of isort options that will be used when a configuration option/command-line switch (just like the current --no-isort-config
) is used.
i.e. flake8 --isort-style plone
jayvdb commented
It would be a great feature for isort
. However I do not think it is very helpful for this flake8 plugin to override the settings that isort
loads from its configuration.