{ "python.pythonPath": "/usr/local/bin/python", "python.linting.flake8Enabled": true, "python.linting.flake8Args": [ "--max-line-length=120" ], "python.linting.mypyEnabled": false, "python.linting.enabled": true, "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.pytestEnabled": true, "python.testing.pytestArgs": ["."], }