pylint
Python code static checker
Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. Additionally, it is possible to write plugins to add your own checks.
homepage ↗homepage ↗ pypi: pylint github: pylint-dev/pylint
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 4.0.6 | 2 | 14 h | details › |
| ha-bleeding-edge GitHub ↗ | 4.0.6 | 1 | 3 d | details › |
| HomeAssistantRepository GitHub ↗ | 3.3.1 | 2 | 10 mo | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | loong | m68k | mips | ppc | s390 | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4.0.6 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 4.0.6 ≈ | ha-bleeding-edge | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | 5 d | view · download · history ↗ |
| 4.0.5 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 3.3.1 ≈ | HomeAssistantRepository | amd64 stable | arm64 stable | x86 stable | ppc64 untested | riscv untested | alpha untested | arm stable | hppa untested | loong untested | m68k untested | mips untested | ppc untested | s390 untested | sparc untested | 17 mo | view · download · history ↗ |
| 3.2.2 ≈ | HomeAssistantRepository | amd64 stable | arm64 stable | x86 stable | ppc64 untested | riscv untested | alpha untested | arm stable | hppa untested | loong untested | m68k untested | mips untested | ppc untested | s390 untested | sparc untested | 22 mo | view · download · history ↗ |
Use flags of 4.0.6
- examples Install examples, usually source code
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- verify-provenance Verify provenance of PyPI distfiles (verifies that the artifact comes from upstream source repository)
3 expansion flags (python targets, ABIs, cpu flags…)
- python_targets_python3_12
- python_targets_python3_13
- python_targets_python3_14