turinglab/.vscode/settings.json

8 lines
184 B
JSON
Raw Normal View History

2021-09-15 22:39:37 +03:00
{
2021-09-17 21:56:19 +03:00
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
2021-09-15 22:39:37 +03:00
}