matrix-bot/.vscode/settings.json

12 lines
282 B
JSON

{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.formatting.provider": "yapf",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}