logos-messaging-interop-tests/pyrightconfig.json
2024-10-23 10:59:42 +03:00

11 lines
325 B
JSON

{
"include": ["src", "tests"],
"reportMissingImports": true,
"reportOptionalMemberAccess": false,
"reportGeneralTypeIssues": false,
"reportInvalidStringEscapeSequence": false,
"reportWildcardImportFromLibrary": false,
"venvPath": ".",
"venv": ".venv",
"typeCheckingMode": "off"
}