diff --git a/.vscode/settings.json b/.vscode/settings.json index 3de6811..6ec1495 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,7 @@ { - "python.pythonPath": "/usr/bin/python3.9" + "python.pythonPath": "/usr/bin/python3.9", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" } \ No newline at end of file