We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910e82b commit d58bb3eCopy full SHA for d58bb3e
1 file changed
pyproject.toml
@@ -66,7 +66,10 @@ include = [
66
"tests"
67
]
68
typeCheckingMode = "strict"
69
+reportMissingTypeStubs = "none"
70
reportPossiblyUnboundVariable = "none"
71
+reportUnknownMemberType = "none"
72
+reportUnknownVariableType = "none"
73
venv = ".venv"
74
venvPath = "."
75
0 commit comments