Skip to content

Commit 215e185

Browse files
committed
Ignore missing mypy imports
1 parent 1cf92f8 commit 215e185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ disallow_incomplete_defs = true
5151
disallow_untyped_defs = true
5252
no_implicit_reexport = true
5353
warn_return_any = false # TODO: fix
54+
ignore_missing_imports = true
5455

5556
[[tool.mypy.overrides]]
5657
module = [

0 commit comments

Comments
 (0)