diff --git a/mypy.ini b/mypy.ini index a9337fb..c6f275a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -14,14 +14,12 @@ plugins = numpy.typing.mypy_plugin disallow_incomplete_defs = True disallow_untyped_decorators = False disallow_any_unimported = False +ignore_missing_imports = True # Per-module options: -[mypy-mycode.foo.*] -disallow_untyped_defs = True +; [mypy-mycode.foo.*] +; disallow_untyped_defs = True -[mypy-mycode.bar] -warn_return_any = False - -[mypy-somelibrary] -ignore_missing_imports = True \ No newline at end of file +; [mypy-somelibrary] +; ignore_missing_imports = True \ No newline at end of file