Forex-MT5-Bot/.vscode/settings.json

12 行
213 B
JSON
Raw パーマリンク 通常表示 履歴

{
2021-09-30 10:56:56 +08:00
"python.formatting.provider": "black",
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}