10 lines
203 B
JSON
10 lines
203 B
JSON
|
{
|
||
|
"flake8.args": [
|
||
|
"--max-line-length=120"
|
||
|
],
|
||
|
"python.testing.pytestArgs": [
|
||
|
"."
|
||
|
],
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.pytestEnabled": true
|
||
|
}
|