From 69f93dee91b619e242220be0f3caeb0b1d4229ca Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Mon, 25 Sep 2023 18:33:55 -0700 Subject: [PATCH] remove unused mypy --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 398a029..f24b6d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,13 +29,12 @@ dev = [ "flake8 ~= 4.0", "ipython ~= 8.4", "isort ~= 5.10", - "mypy", "pre-commit ~= 3.4", "pylint ~= 2.14", "pytest-cov ~= 4.1", "pytest-optional-tests", "pytest ~= 7.1", - "pyright~=1.1.327", + "pyright~=1.1", "tox ~= 3.25", "vcrpy", ]