turinglab/.vscode/settings.json
2021-09-21 00:04:50 +03:00

10 lines
236 B
JSON

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