PACKAGE NAME: pylint-1.7.1-x86_64-2_slackdce.txz PACKAGE LOCATION: ./development/pylint PACKAGE SIZE (compressed): 472 K PACKAGE SIZE (uncompressed): 3400 K PACKAGE REQUIRED: ConfigParser,python2-lazy-object-proxy,python2-wrapt,astroid,python2-setuptools-scm,python2-toml,functools-lru-cache,ipaddress,pies2overrides,pies,isort,funcsigs,more-itertools,python2-atomicwrites,python2-attrs,python2-scandir,python2-pathlib2,python2-pluggy,python2-py,pytest,python2-pytest-runner,python2-mccabe,singledispatch PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: pylint: pylint (python code checker) pylint: pylint: Pylint is a python tool that checks if a module satisfies a coding pylint: standard. Pylint can be seen as another PyChecker since nearly all pylint: tests you can do with PyChecker can also be done with Pylint. But pylint: Pylint offers some more features. pylint: pylint: The big advantage with Pylint is that it is highly configurable, pylint: customizable, and you can easily write a small plugin to add a pylint: personal feature. pylint: