From: Bob Halley Date: Fri, 15 May 2020 21:54:01 +0000 (-0700) Subject: add mypy.ini X-Git-Tag: v2.0.0rc1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61989e1303ce209dce675aaef4419204a169a208;p=thirdparty%2Fdnspython.git add mypy.ini --- diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 00000000..a0ba7e30 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,4 @@ +[mypy] + +[mypy-requests_toolbelt.*] +ignore_missing_imports = True