python39Packages.typer: remove linting programs

This commit is contained in:
Sandro Jäckel
2022-04-15 01:39:51 +02:00
committed by Martin Weinelt
parent 1e38fae01e
commit 334fb0c7ed
@@ -10,9 +10,6 @@
, pytest-xdist
, pytest-sugar
, coverage
, mypy
, black
, isort
, pythonOlder
}:
@@ -41,10 +38,7 @@ buildPythonPackage rec {
pytest-xdist
pytest-sugar
shellingham
coverage
mypy
black
isort
coverage # execs coverage in tests
];
preCheck = ''