diff --git a/.vscode/settings.json b/.vscode/settings.json index 562647b..7f2cf88 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -41,14 +41,11 @@ "[python]": { "editor.formatOnSave": true }, - "python.defaultInterpreterPath": "${workspaceFolder}/.venv", + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/dev", "python.linting.enabled": true, "python.linting.mypyEnabled": true, "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, + "python.linting.flake8Enabled": false, "python.formatting.provider": "black", - "python.sortImports.path": "isort", - "python.languageServer": "Pylance", - "python.testing.pytestEnabled": true, - "python.testing.autoTestDiscoverOnSaveEnabled": true + "python.languageServer": "Pylance" }