Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
obendidi committed Dec 4, 2022
1 parent 3e74b76 commit ecbea9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit ecbea9d

Please sign in to comment.