selfprivacy-rest-api/.vscode/settings.json

10 lines
268 B
JSON
Raw Normal View History

{
2021-11-16 16:14:01 +00:00
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
2022-01-24 20:01:37 +00:00
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}