diff --git a/mypy.ini b/mypy.ini index efcb8cb..86ea80b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -13,3 +13,11 @@ explicit_package_bases = True disable_error_code = # Disable due to many false positives overload-overlap, + +# jaraco/tempora#35 +[mypy-tempora.*] +ignore_missing_imports = True + +# jaraco/portend#17 +[mypy-portend.*] +ignore_missing_imports = True diff --git a/pyproject.toml b/pyproject.toml index c0b4cee..9a10cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,3 @@ type = [ [tool.setuptools_scm] - - -[tool.pytest-enabler.mypy] -# Disabled due to jaraco/skeleton#143