django-modeltranslation/pyrightconfig.json

12 lines
295 B
JSON
Raw Permalink Normal View History

2022-11-22 14:37:24 +00:00
{
"include": ["."],
"pythonVersion": "3.7",
"pythonPlatform": "Linux",
"useLibraryCodeForTypes": true,
"strictListInference": true,
"reportMissingImports": "error",
"reportUnusedImport": "error",
"reportUnusedExpression": "error",
"reportOptionalMemberAccess": "information"
}