frogress/.vscode/settings.json

6 lines
154 B
JSON
Raw Normal View History

2022-08-19 10:35:05 +00:00
{
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"editor.formatOnSave": true
}