mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
20 lines
537 B
JSON
20 lines
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,
|
||
|
}
|
||
|
],
|
||
|
}
|