matrix-bot/.vscode/settings.json

12 lines
282 B
JSON
Raw Normal View History

2020-08-03 18:37:56 +02:00
{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
2020-08-06 17:43:48 +02:00
"python.formatting.provider": "yapf",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
2020-08-03 18:37:56 +02:00
}