settings.json 283 Bytes
Newer Older
yongshk's avatar
yongshk committed
1
2
3
4
5
6
7
8
9
10
11
{
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter"
    },
    "python.formatting.provider": "none",
    "python.testing.pytestArgs": [
        "candle-pyo3"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.pytestEnabled": true
}