2021-10-31 16:03:18 +00:00
|
|
|
{
|
2023-12-08 12:45:38 +00:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"pylint.args": [
|
|
|
|
"--disable=missing-function-docstring,missing-class-docstring,missing-module-docstring"
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true
|
|
|
|
}
|