possible to make isort behave like a from_last was done? #2258
Unanswered
mshafer-NI
asked this question in
Q&A
Replies: 1 comment
-
Update, looks like what I need is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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