How to disable only imports order auto formatting? #18823
Unanswered
matancarmeli7
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Is this specifically a feature autopep8 provides, or are you trying to turn off isort? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to disable only imports order auto formatting? I am trying to set
"python.formatting.autopep8Args": ["--ignore","E402"]
in the python settings and it doesn't help, do you know how can I only disable the imports order formating?thanks
Beta Was this translation helpful? Give feedback.
All reactions