starbot/.vscode/settings.json
2024-01-23 06:57:20 +00:00

12 lines
349 B
JSON

{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.extraPaths": ["nightly", "starbot"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"search.exclude": {
"**/.venv": true
},
"isort.args": ["--profile", "black"],
"black-formatter.args": ["--line-length", "120"]
}