]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add mypy.ini
authorBob Halley <halley@dnspython.org>
Fri, 15 May 2020 21:54:01 +0000 (14:54 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 15 May 2020 21:54:01 +0000 (14:54 -0700)
mypy.ini [new file with mode: 0644]

diff --git a/mypy.ini b/mypy.ini
new file mode 100644 (file)
index 0000000..a0ba7e3
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,4 @@
+[mypy]
+
+[mypy-requests_toolbelt.*]
+ignore_missing_imports = True