From 639737dcbc8b1c2a771df5a26506d7e4cb0ba908 Mon Sep 17 00:00:00 2001 From: Varun Mittal Date: Tue, 21 Nov 2023 15:40:24 -0500 Subject: [PATCH] Ignore import errors due to missing stubs for pandasql. Signed-off-by: Varun Mittal --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) 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