zotify/.vscode/settings.json
2023-03-25 14:35:36 +13:00

6 lines
No EOL
163 B
JSON

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