booplaysgba/.vscode/settings.json
2021-10-30 13:29:00 +02:00

6 lines
134 B
JSON

{
"python.pythonPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
}