zillow / .vscode /settings.json
misikoff's picture
feat: process home value forecasts into a single csv
1962d49
raw
history blame
No virus
230 Bytes
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}