booplaysgba/.vscode/settings.json

6 lines
134 B
JSON
Raw Normal View History

2021-10-30 11:29:00 +00:00
{
"python.pythonPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
}