Spaces:
Runtime error
Runtime error
File size: 454 Bytes
1768d92 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"python.defaultInterpreterPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"autoDocstring.docstringFormat": "google",
"editor.wordWrapColumn": 88,
"eslint.validate": ["javascript", "javascriptreact", "svelte"],
"python.testing.pytestEnabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"python.analysis.typeCheckingMode": "basic",
"editor.formatOnSave": true
}
|