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