From 6bf4424589bb7b2129bc84103276f9f058e329f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 16 Feb 2024 11:23:14 +0100 Subject: [PATCH] tooblox: Add black for Python code formatting --- toolbox/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbox/Containerfile b/toolbox/Containerfile index d87f218..c53fcc7 100644 --- a/toolbox/Containerfile +++ b/toolbox/Containerfile @@ -34,6 +34,7 @@ RUN dnf -y distrosync \ zsh \ && dnf -y install \ ShellCheck \ + black \ copr-cli \ createrepo_c \ g++ \