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 6a1e7bf commit 087a2dfCopy full SHA for 087a2df
1 file changed
pyproject.toml
@@ -66,10 +66,13 @@ include = [
66
"tests"
67
]
68
typeCheckingMode = "strict"
69
+reportConstantRedefinition = "none"
70
reportMissingTypeStubs = "none"
71
reportPossiblyUnboundVariable = "none"
72
+reportUnknownArgumentType = "none"
73
reportUnknownMemberType = "none"
74
reportUnknownVariableType = "none"
75
+reportUnnecessaryIsInstance = "none"
76
venv = ".venv"
77
venvPath = "."
78
0 commit comments