strat-gameplay-webapp/backend/pyrightconfig.json
2025-10-23 09:10:41 -05:00

22 lines
489 B
JSON

{
"include": [
"app"
],
"exclude": [
"**/__pycache__",
"**/node_modules",
"venv",
".venv"
],
"reportGeneralTypeIssues": "none",
"reportOptionalMemberAccess": "warning",
"reportPrivateImportUsage": false,
"reportIncompatibleMethodOverride": "warning",
"reportIncompatibleVariableOverride": "none",
"reportAssignmentType": "none",
"reportArgumentType": "none",
"typeCheckingMode": "basic",
"pythonVersion": "3.13",
"pythonPlatform": "Linux"
}