zotify/.vscode/settings.json

6 lines
163 B
JSON

{
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black"
}