mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-01 01:27:17 +00:00
12 lines
357 B
JSON
12 lines
357 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
} |