From: Bob Halley Date: Tue, 8 Mar 2022 16:42:31 +0000 (-0800) Subject: add mypy back to dev tools X-Git-Tag: v2.3.0rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d933c1081d8fedb6ed983b16c09ad4fea648007e;p=thirdparty%2Fdnspython.git add mypy back to dev tools --- diff --git a/pyproject.toml b/pyproject.toml index 74cc8f9c..adadddce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ coverage = "^6.0" twine = "^3.1.1" wheel = "^0.35.0" pylint = "^2.7.4" +mypy = "^0.931" [tool.poetry.extras] doh = ['httpx', 'h2', 'requests', 'requests-toolbelt']