diff --git a/api/.vscode/settings.json b/api/.vscode/settings.json index c453d4d..78086c1 100644 --- a/api/.vscode/settings.json +++ b/api/.vscode/settings.json @@ -7,5 +7,10 @@ "python.linting.enabled": true, "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, - "python.languageServer": "Pylance" + "python.languageServer": "Pylance", + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": true + }, + "python.formatting.provider": "black" } \ No newline at end of file