python39Packages.libcst: switch to pytestCheckHook, remove linters

This commit is contained in:
Sandro Jäckel 2022-03-29 15:25:18 +02:00
parent 72dab1fa30
commit e92526274d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,11 +1,9 @@
{ lib
, black
, buildPythonPackage
, dataclasses
, fetchFromGitHub
, hypothesis
, isort
, pytest
, pytestCheckHook
, python
, pythonOlder
, pyyaml
@ -50,9 +48,7 @@ buildPythonPackage rec {
];
checkInputs = [
black
isort
pytest
pytestCheckHook
];
preCheck = ''