This commit is contained in:
Andreas Zweili 2021-12-21 17:30:21 +01:00
parent 4d8bfce029
commit cf59bf9323
1 changed files with 13 additions and 13 deletions

26
.vscode/settings.json vendored
View File

@ -1,15 +1,15 @@
{
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "venv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 6",
"--nomigrations",
"--ds=network_inventory.settings.local"
]
"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.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 6",
"--nomigrations",
"--ds=network_inventory.settings.local"
]
}