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 3a27fe8 commit bdddb07Copy full SHA for bdddb07
pyproject.toml
@@ -158,6 +158,16 @@ project-name = "Temporal Python"
158
sidebar-expand-depth = 2
159
160
[tool.pyright]
161
+reportUnknownVariableType = "none"
162
+reportUnknownParameterType = "none"
163
+reportUnusedCallResult = "none"
164
+reportImplicitStringConcatenation = "none"
165
+reportPrivateUsage = "none"
166
+reportExplicitAny = "none"
167
+reportMissingTypeArgument = "none"
168
+reportAny = "none"
169
+enableTypeIgnoreComments = true
170
+
171
include = ["temporalio", "tests"]
172
exclude = [
173
"temporalio/api",
0 commit comments