Skip to content

Commit ec4bb00

Browse files
fix mypy
1 parent 37e8704 commit ec4bb00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ disallow_any_generics = False
55
# disallow_untyped_defs: if True, it enforces things like `def __init__(self) -> CLASSNAME` or `def test_() -> None` which does not worth the effort
66
disallow_untyped_defs = False
77
follow_imports = silent
8+
follow_untyped_imports = True
89
# ignore_missing_imports: setting this to True ignores issues from imported libraries, so do not set it!!
910
ignore_missing_imports = False
1011
namespace_packages = True

0 commit comments

Comments
 (0)