Installation with a linter aggregatorΒΆ
Several tools bundle pylint with other linters, so you can get pylint as part of a larger suite instead of installing and configuring it yourself:
Prospector runs pylint along with other python analysis tools and merges everything into a single report.
Pylama is a code audit tool wrapping pylint and several other python linters behind one command.
MegaLinter is a continuous integration oriented aggregator covering many languages, that runs pylint out of the box.
Super-Linter is a GitHub Action bundling linters for many languages, pylint included.
Code quality platforms such as Codacy, Code Climate and SonarQube can also run pylint or import its reports.
All those integrations are maintained by third parties: the pylint version they ship and the options they expose are up to them, so refer to their own documentation.