Skip to content

Commit 7689b34

Browse files
committed
Add a fix so that the mypy daemon can be run
1 parent 7275c03 commit 7689b34

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ ignore_errors = true
136136
module = ["imod.msw.*"]
137137
check_untyped_defs = false
138138

139+
# pyvista triggers a mypy daemon crash (mypy bug with partial types)
140+
[[tool.mypy.overrides]]
141+
module = ["pyvista.*"]
142+
follow_imports = "skip"
143+
139144
[[tool.mypy.overrides]]
140145
module = [
141146
# No stubs available

0 commit comments

Comments
 (0)