Skip to content

Commit e35a2ce

Browse files
committed
mypy shouldn't check experimental.spark
1 parent 538c10a commit e35a2ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ exclude = [
327327
"tests", "scripts",
328328
]
329329

330+
[[tool.mypy.overrides]]
331+
module = "duckdb.experimental.*"
332+
ignore_errors = true
333+
330334
[[tool.mypy.overrides]]
331335
module = [
332336
"fsspec.*",

0 commit comments

Comments
 (0)