Lycodon/backend/.vscode/settings.json

7 lines
214 B
JSON

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