Byparr/.vscode/settings.json
2024-11-26 17:43:25 +00:00

23 lines
591 B
JSON

{
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.analysis.autoImportCompletions": true,
"python.analysis.packageIndexDepths": [
{
"depth": 5,
"includeAllSymbols": true,
"name": ""
}
],
"python.analysis.typeCheckingMode": "standard",
"python.terminal.activateEnvironment": true,
"python.testing.pytestArgs": [
"-n",
"auto",
"--retries=2",
"--xvfb"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}