black

A Python auto code formatter. More information: <https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html>.

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