Files
mfe-orig/.vscode/settings.json
Richard Jones c3e146e2ee Initial commit
2022-07-20 17:09:57 +01:00

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",
}