matrix-bot/.vscode/settings.json

7 lines
166 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,
"python.formatting.provider": "yapf"
}