waku-interop-tests/pyrightconfig.json
2023-11-01 14:02:29 +02:00

10 lines
293 B
JSON

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