{ "useLibraryCodeForTypes": true, "verboseOutput": true, "define": { "MYPY": true }, "venvPath": ".", "venv": ".venv", "pythonVersion": "3.9", "enableExperimentalFeatures": true, "reportMissingImports": "warning", "reportMissingTypeStubs": false, "reportPrivateUsage": "warning", "reportUnknownArgumentType": "warning", "reportUnsupportedDunderAll": "warning", "reportWildcardImportFromLibrary": "warning" }