update organize import trigger

This commit is contained in:
Patrick Kanzler 2024-08-24 23:35:03 +02:00
parent 82386f7496
commit 667ea01303

View File

@ -12,7 +12,7 @@
"editor.formatOnPaste": true, "editor.formatOnPaste": true,
"python.formatting.provider": "black", "python.formatting.provider": "black",
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": true "source.organizeImports": "explicit"
}, },
"python.testing.unittestEnabled": false, "python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true, "python.testing.pytestEnabled": true,