10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-NI4CQMM7YLvfTlIxku+RnyjLLD19XHeU90AJKQ8jYyU=";
24 # https://github.com/PyCQA/mccabe/issues/93
28 description = "McCabe checker, plugin for flake8";
29 homepage = "https://github.com/flintwork/mccabe";
30 license = licenses.mit;
31 maintainers = with maintainers; [ ];