Closed lricardo closed 1 year ago
Same issue here 🙋♂️
There isn't a bug with isort but the documentation on the profiles might be misleading for some, like me.
When we run test_open_stack.py
it will call isort_test
with a config with the following values
{'known_first_party': ['nova'], 'order_by_type': False, 'profile': 'open_stack', 'py_version': '2'}
I thought, reading the docs that using open_stack
per-se would be enough but I found that I was missing the definition of the known_first_party
and 'order_by_type': False.
I will now close it. Thanks.
Description: When using isort command with profile
open_stack
it won't sort the imports correctly Example:Sample code
isort should return
.isort.cfg
or
.isort.cfg
It seems like
lexicographical = true
is not workingVersion: isort = "5.12.0", isort = "3.11"