todoist_interface/.vscode/settings.json

9 lines
245 B
JSON

{
"python.pythonPath": "venv/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": ["tests/"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}