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

12 lines
357 B
JSON
Raw Normal View History

{
2021-11-16 18:14:01 +02:00
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
2022-01-24 22:01:37 +02:00
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
2022-06-24 15:26:51 +03:00
"python.testing.pytestEnabled": true,
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic"
}