Merge pull request #166247 from SuperSandro2000/libcst

This commit is contained in:
Sandro 2022-03-29 19:57:24 +02:00 committed by GitHub
commit 00f3228b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''