Skip to content

Commit c28d94a

Browse files
committed
Pyright diagnostics
1 parent 91a795e commit c28d94a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

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

160160
[tool.pyright]
161+
reportUnknownVariableType = "none"
162+
reportUnusedCallResult = "none"
163+
reportImplicitStringConcatenation = "none"
164+
reportPrivateUsage = "none"
165+
reportExplicitAny = "none"
166+
reportMissingTypeArgument = "none"
167+
reportAny = "none"
168+
enableTypeIgnoreComments = true
169+
161170
include = ["temporalio", "tests"]
162171
exclude = [
163172
"temporalio/api",

0 commit comments

Comments
 (0)