flake8

Tool to check the style and quality of Python code. More information: <https://flake8.pycqa.org/>.

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