{ "editor.formatOnSave": true, "pylint.args": [ "--disable=missing-function-docstring,missing-class-docstring,missing-module-docstring" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "mypy-type-checker.importStrategy": "fromEnvironment", "mypy-type-checker.reportingScope": "workspace", "mypy-type-checker.preferDaemon": true, "mypy-type-checker.args": [ "--check-untyped-defs" ] }