Skip to content

Commit 13390d5

Browse files
authored
Update pyright report options (reportMissingTypeArgument, reportPrivateUsage) (typeddjango#2077)
1 parent 969ed8d commit 13390d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ exclude = [
1919
".mypy_cache",
2020
"build",
2121
]
22+
reportMissingTypeArgument = "warning"
23+
reportPrivateUsage = "none"
2224
stubPath = "."
2325
typeCheckingMode = "strict"
2426

0 commit comments

Comments
 (0)