2022-12-19 10:35:20 +01:00
|
|
|
{
|
2023-10-15 08:10:32 +02:00
|
|
|
"python.defaultInterpreterPath": "./venv/bin/python",
|
|
|
|
"autopep8.args": ["--max-line-length=150"],
|
|
|
|
"python.formatting.provider": "none",
|
|
|
|
"[python]": {
|
|
|
|
"editor.defaultFormatter": "ms-python.python",
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.fontSize": 14,
|
|
|
|
"emmet.includeLanguages": { "django-html": "html" },
|
|
|
|
"python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true
|
2023-01-14 13:27:36 +01:00
|
|
|
}
|