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