blob: b2dbd680123084eca35260b7a8f91681cae70d7f (
plain)
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
}
|