diff --git a/setup.cfg b/setup.cfg index 9d6fa07..f0e38fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,6 @@ line_length=88 [mypy] plugins = pandera.mypy + +[mypy-pandasql.*] +ignore_missing_imports = True