Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 1cf92f8 commit 215e185Copy full SHA for 215e185
pyproject.toml
@@ -51,6 +51,7 @@ disallow_incomplete_defs = true
51
disallow_untyped_defs = true
52
no_implicit_reexport = true
53
warn_return_any = false # TODO: fix
54
+ignore_missing_imports = true
55
56
[[tool.mypy.overrides]]
57
module = [
0 commit comments