PACKAGE NAME: python3-pylint-3.2.0-x86_64-3_slackdce.txz PACKAGE MIRROR: . PACKAGE LOCATION: ./python/python3-pylint PACKAGE SIZE (compressed): 804 K PACKAGE SIZE (uncompressed): 4596 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build,python3-packaging-opt,python3-wheel,python3-setuptools-opt,python3-typing-extensions,python3-astroid,python3-dill,python3-isort,python3-mccabe,python3-editables,python3-pathspec,python-zipp,python-importlib_metadata,python3-setuptools-scm-opt,python3-pluggy,python3-calver,python3-trove-classifiers,python3-hatchling,python3-hatch_vcs,python3-platformdirs,python3-poetry-core,python3-tomlkit PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-pylint: python3-pylint (python code checker) python3-pylint: python3-pylint: Pylint is a python tool that checks if a module satisfies a coding python3-pylint: standard. Pylint can be seen as another PyChecker since nearly all python3-pylint: tests you can do with PyChecker can also be done with Pylint. But python3-pylint: Pylint offers some more features. python3-pylint: python3-pylint: The big advantage with Pylint is that it is highly configurable, python3-pylint: customizable, and you can easily write a small plugin to add a python3-pylint: personal feature. python3-pylint: