starbot/.vscode/settings.json
2023-08-24 19:22:12 +00:00

14 lines
351 B
JSON

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