black
A Python auto code formatter. More information: <https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html>.
RUN apt-get update && \
apt-get install -y black
RUN apt-get update && \
apt-get install -y black
RUN pacman -S --noconfirm python3-black
RUN apt-get update && \
apt-get install -y black
RUN dnf install -y python3-black