pyflakes

Checks Python source code files for errors. More information: <https://pypi.org/project/pyflakes>.

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