From e27345e4899adc9f2c673217a6719956333dc7aa Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 29 Apr 2022 15:19:48 +0200 Subject: [PATCH] python bindings: ignore mypy errors for imap_tools --- python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index a3e714f31..a2b67e8e6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -6,3 +6,6 @@ build-backend = "setuptools.build_meta" root = ".." tag_regex = '^(?Ppy-)?(?P[^\+]+)(?P.*)?$' git_describe_command = "git describe --dirty --tags --long --match py-*.*" + +[mypy-imap_tools] +ignore_missing_imports = true