todoist_interface/.vscode/settings.json

9 lines
245 B
JSON
Raw Normal View History

2021-11-06 19:06:34 +01:00
{
2021-11-06 19:35:53 +01:00
"python.pythonPath": "venv/bin/python",
"python.linting.flake8Enabled": true,
2021-11-08 15:50:16 +01:00
"python.linting.enabled": true,
"python.testing.pytestArgs": ["tests/"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
2021-11-06 19:06:34 +01:00
}