python39Packages.typer: remove linting programs
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user