{ "$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json", "typeshedPath": ".", "include": [ "test_cases", ], "typeCheckingMode": "strict", "reportPropertyTypeMismatch": "error", "reportUnnecessaryTypeIgnoreComment": "error", "reportMissingModuleSource": "none", "reportPrivateUsage": "none", // isinstance checks are still needed when validating inputs outside of typeshed's control "reportUnnecessaryIsInstance": "none", // The name of the self/cls parameter is out of typeshed's control. "reportSelfClsParameterName": "none", }