dotstrings/.vscode/settings.json

14 строки
365 B
JSON
Исходник Постоянная ссылка Обычный вид История

2019-08-16 16:39:27 +03:00
{
2020-11-04 18:06:54 +03:00
"python.pythonPath": "venv/bin/python3",
2019-08-16 16:39:27 +03:00
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
2021-07-30 14:28:22 +03:00
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"100"
],
2019-08-16 16:39:27 +03:00
}