Skip to content

Commit

Permalink
Set ignore_missing_imports to true
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Nov 14, 2023
1 parent 9dc8c98 commit dda26d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ wrap-descriptions = 79

[tool.mypy]
exclude = ["pygmt/tests/"]
ignore_missing_imports = true

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

0 comments on commit dda26d4

Please sign in to comment.