11 lines
No EOL
253 B
JSON
11 lines
No EOL
253 B
JSON
{
|
|
"flake8.args": [
|
|
"--max-line-length=120"
|
|
],
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.envFile": "${workspaceFolder}/.env",
|
|
} |