mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
23 lines
591 B
JSON
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
|
|
} |