possible to make isort behave like a from_last was done? #2258
Unanswered
mshafer-NI
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to configure isort to match the smarkets config (example: https://github.com/PyCQA/flake8-import-order/blob/master/tests/test_cases/complete_smarkets.py)
I appear to need
force_sort_within_sections = true
, but then an explicitfrom_last = true
(instead of thefrom_first = false
option...Any ideas on how to do this? is it possible with current isort versions?
Beta Was this translation helpful? Give feedback.
All reactions