From 81c80524494284a53a90cf09d9e6b1fb93a73e2e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 11 Jul 2021 14:41:40 -0700 Subject: [PATCH] Note tracking bug for shapely type annotations. --- mypy.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/mypy.ini b/mypy.ini index 2efd6b99..da81307c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -20,4 +20,5 @@ warn_unused_ignores = True ignore_missing_imports = True [mypy-shapely.*] +# https://github.com/Toblerity/Shapely/issues/721 ignore_missing_imports = True \ No newline at end of file