Skip to content

Commit bdddb07

Browse files
authored
Pyright diagnostics (#954)
1 parent 3a27fe8 commit bdddb07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,16 @@ project-name = "Temporal Python"
158158
sidebar-expand-depth = 2
159159

160160
[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+
161171
include = ["temporalio", "tests"]
162172
exclude = [
163173
"temporalio/api",

0 commit comments

Comments
 (0)