Skip to content

Commit 3cf012e

Browse files
revert mypy setting
1 parent 76e7fc3 commit 3cf012e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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
98
# ignore_missing_imports: setting this to True ignores issues from imported libraries, so do not set it!!
109
ignore_missing_imports = False
1110
namespace_packages = True

0 commit comments

Comments
 (0)