From 035ebe0df370ab7d6caf77815eb30fc970c57ba3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 21 Aug 2024 12:18:04 -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.text#17, jaraco/jaraco.develop#24 --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mypy.ini b/mypy.ini index 7c13493..40ba90c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -17,6 +17,10 @@ disable_error_code = overload-overlap [mypy-jaraco.ui.*] ignore_missing_imports = True +# jaraco/jaraco.text#17 +[mypy-jaraco.text.*] +ignore_missing_imports = True + # requests/toolbelt#279 [mypy-requests_toolbelt] ignore_missing_imports = True