Merge pull request #166247 from SuperSandro2000/libcst

This commit is contained in:
Sandro
2022-03-29 19:57:24 +02:00
committed by GitHub
@@ -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 = ''