14 строки
365 B
JSON
14 строки
365 B
JSON
{
|
|
"python.pythonPath": "venv/bin/python3",
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"--line-length",
|
|
"100"
|
|
],
|
|
} |