From a770e8cd79fca3a63998093a9d6aed663e83e7d2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 21 Aug 2024 12:26:17 -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 dashea/requests-file#40, jaraco/jaraco.develop#24 --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mypy.ini b/mypy.ini index 4ddfc60..4c4bdb5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -36,3 +36,7 @@ ignore_missing_imports = True # requests/toolbelt#279 [mypy-requests_toolbelt] ignore_missing_imports = True + +# dashea/requests-file#40 +[mypy-requests_file] +ignore_missing_imports = True