--- id: pylint version: "4.0.7" license: GPL-2.0-or-later license_treatment: copyleft maintenance: active --- # pylint — python code static checker License: copyleft · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pylint uv add pylint poetry add pylint ## Description `Pylint`_ ========= .. _`Pylint`: https://pylint.readthedocs.io/ .. This is used inside the doc to recover the start of the introduction .. image:: https://github.com/pylint-dev/pylint/actions/workflows/tests.yaml/badge.svg?branch=main :target: https://github.com/pylint-dev/pylint/actions .. image:: https://codecov.io/gh/pylint-dev/pylint/branch/main/graph/badge.svg?token=ZETEzayrfk :target: https://codecov.io/gh/pylint-dev/pylint .. image:: https://img.shields.io/pypi/v/pylint.svg :alt: PyPI Package version :target: https://pypi.python.org/pypi/pylint .. image:: https://readthedocs.org/projects/pylint/badge/?version=latest :target: https://pylint.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black .. image:: https://img.shields.io/badge/linting-pylint-yellowgreen :target: https://github.com/pylint-dev/pylint .. image:: https://results.pre-commit.ci/badge/github/pylint-dev/pylint/main.svg :target: https://results.pre-commit.ci/latest/github/pylint-dev/pylint/main :alt: pre-commit.ci status .. image::... ## AI interpretation — verify before relying Pylint is a static code analyzer for Python that checks for errors, enforces coding standards, detects code smells, and suggests refactoring opportunities without executing the code. Verdict: Pylint is a mature, actively maintained static analyzer with no known vulnerabilities and broad Python 3.10+ support. Its copyleft GPL-2.0-or-later license is a hard constraint for proprietary codebases. The 9 runtime dependencies are stable and well-established, making installation straightforward. Suitable for projects that can accept GPL licensing and value thorough, inference-based code analysis. [View on SkillFed](https://skillfed.io/packages/pylint) · [View on PyPI](https://pypi.org/project/pylint/)