diff --git a/setup.cfg b/setup.cfg index 46f08728..c24a4b5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,3 +31,6 @@ ignore_missing_imports = True [mypy-pandas.*] ignore_missing_imports = True + +[mypy-tabulate.*] +ignore_missing_imports = True