pylint: add longDescription

main
Matthias Thym 2 years ago committed by Sandro Jäckel
parent 0596c29b4a
commit 8655fac353
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 9
      pkgs/development/python-modules/pylint/default.nix

@ -87,6 +87,15 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://pylint.pycqa.org/";
description = "A bug and style checker for Python";
longDescription = ''
Pylint is a Python static code analysis tool which looks for programming errors,
helps enforcing a coding standard, sniffs for code smells and offers simple
refactoring suggestions.
Pylint is shipped with following additional commands:
- pyreverse: an UML diagram generator
- symilar: an independent similarities checker
- epylint: Emacs and Flymake compatible Pylint
'';
license = licenses.gpl1Plus;
maintainers = with maintainers; [ totoroot ];
};

Loading…
Cancel
Save