From d933c1081d8fedb6ed983b16c09ad4fea648007e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 8 Mar 2022 08:42:31 -0800 Subject: [PATCH] add mypy back to dev tools --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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'] -- 2.47.3