We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The doc says we can use know_something in the config file: https://timothycrosley.github.io/isort/docs/configuration/options/#known-other. There is no example for editorconfig but it used to work on 4.x branch. It does not work anymore because of this line: https://github.com/timothycrosley/isort/blob/develop/isort/settings.py#L657. As the key cannot be in _DEFAULT_SETTINGS, it is dropped.
know_something
_DEFAULT_SETTINGS
Thanks.
The text was updated successfully, but these errors were encountered:
#1383: Known other does not work anymore with .editorconfig
ed22d44
Thanks for reporting! This has been fixed in isort 5.4.2
~Timothy
Sorry, something went wrong.
No branches or pull requests
Hi,
The doc says we can use
know_something
in the config file: https://timothycrosley.github.io/isort/docs/configuration/options/#known-other. There is no example for editorconfig but it used to work on 4.x branch. It does not work anymore because of this line: https://github.com/timothycrosley/isort/blob/develop/isort/settings.py#L657. As the key cannot be in_DEFAULT_SETTINGS
, it is dropped.Thanks.
The text was updated successfully, but these errors were encountered: