diff --git a/mypy.ini b/mypy.ini index 83b0d15..50c9c47 100644 --- a/mypy.ini +++ b/mypy.ini @@ -12,3 +12,15 @@ explicit_package_bases = True # Disable overload-overlap due to many false-positives disable_error_code = overload-overlap + +# jaraco/tempora#35 +[mypy-tempora] +ignore_missing_imports = True + +# requests/toolbelt#279 +[mypy-requests_toolbelt] +ignore_missing_imports = True + +# Lucretiel/autocommand#34 +[mypy-autocommand] +ignore_missing_imports = True