From e0698d48d4114b46b66d96f6dbc593e17e7a3858 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 14 Nov 2023 14:53:23 +0800 Subject: [PATCH] Set ignore_missing_imports to True --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 17981635d99..5a465c23e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)