10 lines
No EOL
262 B
JSON
10 lines
No EOL
262 B
JSON
{
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.enabled": true,
|
|
"python.linting.mypyEnabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |