Skip to content

Commit 2355292

Browse files
committed
Set ignore_missing_imports to true
1 parent 9dc8c98 commit 2355292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ wrap-descriptions = 79
8888

8989
[tool.mypy]
9090
exclude = ["pygmt/tests/"]
91+
ignore_missing_imports = True
9192

9293
[tool.ruff]
9394
line-length = 88 # E501 (line-too-long)

0 commit comments

Comments
 (0)