isort imports on save (#564)
This commit is contained in:
parent
24217756f7
commit
8f07c1da0f
|
@ -11,4 +11,7 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"python.formatting.provider": "black",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue