Skip to content

Commit

Permalink
Update pyright report options (reportMissingTypeArgument, `reportPr…
Browse files Browse the repository at this point in the history
…ivateUsage`) (typeddjango#2077)
  • Loading branch information
sudosubin authored Apr 20, 2024
1 parent 969ed8d commit 13390d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ exclude = [
".mypy_cache",
"build",
]
reportMissingTypeArgument = "warning"
reportPrivateUsage = "none"
stubPath = "."
typeCheckingMode = "strict"

Expand Down

0 comments on commit 13390d5

Please sign in to comment.