From 61e2384ee551f2910efdd4db25cffbe7fe716203 Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Tue, 12 Nov 2024 12:04:19 -0800 Subject: [PATCH] Including mypy in tests extra --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d6cc581c..7bae6919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ tests = [ "pytest>=3.2.1,!=3.3.0", "hypothesis>=3.27.0", + "mypy>=1.4.1", ] docs = [ "sphinx<7",