1 { lib, fetchPypi, buildPythonPackage, pythonOlder
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0937rnk3c2z1jkdmbw9hfm80p5k467q7rqhn6slfiprs4kflgpd1";
15 propagatedBuildInputs = [
17 ] ++ lib.optionals (pythonOlder "3.8") [
22 homepage = "https://github.com/PyCQA/pep8-naming";
23 description = "Check PEP-8 naming conventions, plugin for flake8";
24 license = licenses.mit;
25 maintainers = with maintainers; [ eadwu ];