network_inventory/.vscode/settings.json

15 lines
371 B
JSON

{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "./venv/bin/python3",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 6",
"--nomigrations",
"--ds=network_inventory.settings.local"
]
}