{ "explorer.excludeGitIgnore": true, "files.exclude": { ".vscode": true, }, "python.analysis.autoImportCompletions": true, "python.analysis.autoFormatStrings": true, "python.analysis.inlayHints.variableTypes": true, "python.analysis.inlayHints.functionReturnTypes": true, "python.analysis.inlayHints.pytestParameters": true, "python.analysis.typeCheckingMode": "strict", "python.analysis.diagnosticSeverityOverrides": { "reportPrivateUsage": "none" }, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, "pylint.args": [ "--disable=broad-exception-caught,protected-access,undefined-variable,import-error,unused-import,no-member", ], }