python310Packages.nptyping: remove mypy linter

This commit is contained in:
Sandro Jäckel 2023-06-07 16:04:24 +02:00 committed by Gaetan Lepage
parent c4719492f4
commit 339fb98f62

View file

@ -5,7 +5,6 @@
, pytestCheckHook
, beartype
, invoke
, mypy
, numpy
, pandas
, feedparser
@ -34,7 +33,6 @@ buildPythonPackage rec {
beartype
feedparser
invoke
mypy
pandas
pytestCheckHook
typeguard