flake8
Tool to check the style and quality of Python code. More information: <https://flake8.pycqa.org/>.
RUN apt-get update && \
apt-get install -y flake8
RUN apt-get update && \
apt-get install -y flake8
RUN apk add flake8
RUN pacman -S --noconfirm flake8
RUN apt-get update && \
apt-get install -y flake8
RUN dnf install -y flake8
RUN apt-get update && \
apt-get install -y flake8