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.
reportMissingTypeArgument
reportPrivateUsage
1 parent 969ed8d commit 13390d5Copy full SHA for 13390d5
pyproject.toml
@@ -19,6 +19,8 @@ exclude = [
19
".mypy_cache",
20
"build",
21
]
22
+reportMissingTypeArgument = "warning"
23
+reportPrivateUsage = "none"
24
stubPath = "."
25
typeCheckingMode = "strict"
26
0 commit comments