2024-08-10 09:45:22 +01:00
|
|
|
{
|
|
|
|
"flake8.args": [
|
|
|
|
"--max-line-length=120"
|
|
|
|
],
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"."
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
2024-08-11 11:36:43 +01:00
|
|
|
"python.testing.pytestEnabled": true,
|
2024-08-14 16:55:23 +01:00
|
|
|
"autopep8.interpreter": [".venv/bin/python"],
|
|
|
|
"python.envFile": "${workspaceFolder}/.env",
|
2024-08-10 09:45:22 +01:00
|
|
|
}
|