byparr/.vscode/settings.json
2024-07-24 13:57:40 +00:00

20 lines
No EOL
537 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic",
"python.terminal.activateEnvironment": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
},
"python.analysis.packageIndexDepths": [
{
"name": "",
"depth": 5,
"includeAllSymbols": true,
}
],
}