pylint

A Python code linter. More information: <https://pylint.pycqa.org/en/latest/>.

Debian Debian
RUN apt-get update && \ apt-get install -y pylint
Ubuntu
RUN apt-get update && \ apt-get install -y pylint
Arch Arch Linux
RUN pacman -S --noconfirm pylint
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pylint
Fedora
RUN dnf install -y pylint
Raspbian
RUN apt-get update && \ apt-get install -y pylint
click the source code to copy install pylint on any operating system with command-not-found.com