diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index 4f3e3d3..0000000 --- a/mypy.ini +++ /dev/null @@ -1,10 +0,0 @@ -[mypy] -mypy_path = stubs -disallow_untyped_calls = true -disallow_untyped_defs = true -ignore_missing_imports = true -explicit_package_bases = true -exclude = ^(docs/source/conf.py|build/|tests/|stubs/) - -[mypy-sage_imap.*] -ignore_missing_imports = True \ No newline at end of file