python310Packages.tatsu: remove mypy linter

This commit is contained in:
Gaetan Lepage 2023-06-10 23:06:59 +02:00
parent fd3275036a
commit 955bce124e

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, colorama
, fetchFromGitHub
, pytest-mypy
, pytestCheckHook
, pythonOlder
, regex
@ -28,7 +27,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-mypy
pytestCheckHook
];