From 41df472a480f330009b0998c2c1aa6179a35fc4d Mon Sep 17 00:00:00 2001 From: Matt Richards Date: Sat, 15 Feb 2025 12:33:39 +1100 Subject: [PATCH] minimise mypy config --- mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index e1b15425..1b16680d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -15,9 +15,5 @@ exclude=(?x)( [mypy-pandera.api.pyspark.*] follow_imports = skip -[mypy-pandera.backends.pyspark.*] -follow_imports = skip -[mypy-pandera.engines.pyspark_engine] -follow_imports = skip [mypy-docs.*] # -> docs\source\conf.py:356: error: "LogRecord" has no attribute "location" follow_imports = skip