isort imports on save (#564)

This commit is contained in:
Patrick Kanzler 2023-09-06 23:42:01 +02:00 committed by GitHub
parent 24217756f7
commit 8f07c1da0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnPaste": true, "editor.formatOnPaste": true,
"python.formatting.provider": "black", "python.formatting.provider": "black",
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
} }