1 { lib, buildPythonPackage, fetchPypi, pytest, pytestrunner }:
3 buildPythonPackage rec {
9 sha256 = "07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx";
12 buildInputs = [ pytest pytestrunner ];
15 description = "McCabe checker, plugin for flake8";
16 homepage = "https://github.com/flintwork/mccabe";
17 license = licenses.mit;
18 maintainers = with maintainers; [ ];