network_inventory/.vscode/settings.json

15 lines
371 B
JSON
Raw Normal View History

2020-02-29 17:07:46 +01:00
{
2021-12-21 17:30:21 +01:00
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
2022-03-01 09:33:27 +01:00
"python.pythonPath": "./venv/bin/python3",
2021-12-21 17:30:21 +01:00
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 6",
"--nomigrations",
"--ds=network_inventory.settings.local"
]
2020-02-29 17:07:46 +01:00
}