pycodestyle

A tool to check Python code against PEP 8 style conventions. More information: <https://pycodestyle.readthedocs.io>.

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