Sortieren Importe enden nie ...
https://github.com/microsoft/vscode-python/issues/13312#issuecomment-694285071
But great workaround using the locally installed isort via python.sortImports.path! It actually works without any issues along with the isort arguments and everything.
Ich bin nicht sicher, aber es scheint gut, "isort" in virtualenv zu setzen und "python.sortImports.path" zu setzen.
poetry add -D isort
Setzen Sie ".vscode / settings.json" auf "python.sortImports.path": "$ {workspaceFolder} /.venv/bin/isort", nachdem Sie es auf "dev-dependencies" gesetzt haben.