college-bot-v1/.vscode/settings.json

5 lines
134 B
JSON
Raw Normal View History

2023-03-22 16:07:46 +00:00
{
2023-05-02 18:07:59 +01:00
"python.linting.pycodestyleEnabled": true,
"python.linting.enabled": true,
2023-03-27 23:16:28 +01:00
"python.analysis.typeCheckingMode": "basic"
2023-03-22 16:07:46 +00:00
}