correct vscode settings

This commit is contained in:
Andreas Zweili 2021-12-28 16:49:41 +01:00
parent 1db8153e70
commit 0ffa115ebe
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
{
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "/home/andreas/git_repos/projects/network_inventory/venv/bin/python",
"python.pythonPath": "./venv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,