]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
cope with missing httpcore type info
authorBob Halley <halley@dnspython.org>
Thu, 6 Jul 2023 14:55:12 +0000 (07:55 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 6 Jul 2023 14:55:12 +0000 (07:55 -0700)
mypy.ini

index 9f9fa24ed8427f3fe911738875c6f56b4eb3d69c..416a5ea630b2ab804d57c5d894638fdf31d809ab 100644 (file)
--- a/mypy.ini
+++ b/mypy.ini
@@ -8,3 +8,6 @@ ignore_missing_imports = True
 
 [mypy-wmi]
 ignore_missing_imports = True
+
+[mypy-httpcore.*]
+ignore_missing_imports = True