srne-mqtt/.vscode/settings.json

7 lines
149 B
JSON
Raw Normal View History

2021-10-31 16:03:18 +00:00
{
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.flake8Enabled": true
}