django-modeltranslation/pyrightconfig.json
Victorien a9e95e8c78
feat: Add types
Refs #716
2024-04-04 11:27:00 +03:00

11 lines
295 B
JSON

{
"include": ["."],
"pythonVersion": "3.8",
"pythonPlatform": "Linux",
"useLibraryCodeForTypes": true,
"strictListInference": true,
"reportMissingImports": "error",
"reportUnusedImport": "error",
"reportUnusedExpression": "error",
"reportOptionalMemberAccess": "information"
}