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 0eb2fa4 commit 212bdfbCopy full SHA for 212bdfb
pyproject.toml
@@ -78,3 +78,15 @@ module = [
78
"scipy.*",
79
]
80
ignore_missing_imports = true
81
+
82
+[tool.basedpyright]
83
+reportAny = false
84
+reportImportCycles = false
85
+reportMissingTypeStubs = false
86
+reportPrivateUsage = false
87
+reportUnknownArgumentType = false
88
+reportUnknownLambdaType = false
89
+reportUnknownMemberType = false
90
+reportUnknownParameterType = false
91
+reportUnknownVariableType = false
92
+reportUnusedCallResult = false
0 commit comments