pycodestyle
A tool to check Python code against PEP 8 style conventions. More information: <https://pycodestyle.readthedocs.io>.
RUN apt-get update && \
apt-get install -y pycodestyle
RUN apt-get update && \
apt-get install -y pycodestyle
RUN pacman -S --noconfirm pycodestyle
RUN apt-get update && \
apt-get install -y pycodestyle
RUN dnf install -y pycodestyle
RUN apt-get update && \
apt-get install -y pycodestyle