{ "python.formatting.provider": "black", "python.formatting.blackArgs": [ "--line-length=80" ], "python.linting.enabled": true, "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": true, "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ "-s", "." ], "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false }