Skip to content

Commit f5732fa

Browse files
committed
Ignore duckdb typing bc of 1.4
1 parent d7dda8f commit f5732fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ module = [
225225
"pydantic_core.*",
226226
"dlt.*",
227227
"bigframes.*",
228-
"json_stream.*"
228+
"json_stream.*",
229+
"duckdb",
230+
"duckdb.*"
229231
]
230232
ignore_missing_imports = true
231233

0 commit comments

Comments
 (0)