python310Packages.tatsu: remove mypy linter

This commit is contained in:
Gaetan Lepage
2023-06-16 08:54:27 +02:00
parent fd3275036a
commit 955bce124e
@@ -2,7 +2,6 @@
, buildPythonPackage
, colorama
, fetchFromGitHub
, pytest-mypy
, pytestCheckHook
, pythonOlder
, regex
@@ -28,7 +27,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-mypy
pytestCheckHook
];