mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-19 01:51:09 +00:00
12 lines
295 B
JSON
12 lines
295 B
JSON
|
|
{
|
||
|
|
"include": ["."],
|
||
|
|
"pythonVersion": "3.7",
|
||
|
|
"pythonPlatform": "Linux",
|
||
|
|
"useLibraryCodeForTypes": true,
|
||
|
|
"strictListInference": true,
|
||
|
|
"reportMissingImports": "error",
|
||
|
|
"reportUnusedImport": "error",
|
||
|
|
"reportUnusedExpression": "error",
|
||
|
|
"reportOptionalMemberAccess": "information"
|
||
|
|
}
|