Skip to content

Commit cf6118c

Browse files
committed
Ignore missing mypy imports
1 parent 00b69c1 commit cf6118c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
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)