diff --git a/.vscode/settings.json b/.vscode/settings.json index ff489e2..7c09e19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.linting.mypyEnabled": true + "editor.formatOnSave": true, + "python.formatting.provider": "black", + "python.linting.mypyEnabled": true, }