8 lines
No EOL
225 B
JSON
8 lines
No EOL
225 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"pylint.args": [
|
|
"--disable=missing-function-docstring,missing-class-docstring,missing-module-docstring"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |