{ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, "python.formatting.provider": "none", "python.testing.unittestArgs": [ "-v", "-s", "./tests", "-p", "*test.py" ], "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true }