From c9edd23b6b6ff45419041a3b870ce405e2baf37f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 21 Aug 2024 12:19:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=8E=E2=80=8D=E2=99=80=EF=B8=8F=20Genuf?= =?UTF-8?q?lect=20to=20the=20types.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref jaraco/jaraco.packaging#20, jaraco/jaraco.develop#24 --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mypy.ini b/mypy.ini index 40ba90c..99a1dd1 100644 --- a/mypy.ini +++ b/mypy.ini @@ -21,6 +21,10 @@ ignore_missing_imports = True [mypy-jaraco.text.*] ignore_missing_imports = True +# jaraco/jaraco.packaging#20 +[mypy-jaraco.packaging.*] +ignore_missing_imports = True + # requests/toolbelt#279 [mypy-requests_toolbelt] ignore_missing_imports = True