Spiegel von
https://github.com/Qoyyuum/Forex-MT5-Bot.git
synchronisiert 2026-02-23 07:53:17 +00:00
12 Zeilen
213 B
JSON
12 Zeilen
213 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./tests",
|
|
"-p",
|
|
"test_*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
}
|