openai-evals / .vscode /settings.json
Alex Cabrera
initial commit
1768d92
raw
history blame
454 Bytes
{
"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
}