visual studio code - Disable python import sorting in VSCode - Stack Overflow

setting.jsonへ以下を追加。

"autopep8.args": [
    "--ignore",
    "E402"
]