turinglab/.vscode/settings.json
2021-09-17 21:56:19 +03:00

8 lines
184 B
JSON

{
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}