9 lines
328 B
JSON
9 lines
328 B
JSON
{
|
|
"python.formatting.provider": "yapf",
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.flake8Args": ["--ignore", "E501,E722,C0103"],
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"python.pythonPath": "/Users/rich/.local/share/virtualenvs/mfe-K8QhrIKQ/bin/python",
|
|
} |