BaseballBot/.vscode/settings.json

5 lines
123 B
JSON
Raw Normal View History

2022-11-12 02:16:25 +00:00
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black"
}