From 72685b0330143e9af377626bc8755e426f1755f3 Mon Sep 17 00:00:00 2001 From: kpj Date: Mon, 28 Feb 2022 09:42:30 +0100 Subject: [PATCH] Add black to dev-packages section of Pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index b80f2e893..336a9843b 100644 --- a/Pipfile +++ b/Pipfile @@ -65,3 +65,4 @@ pytest-xdist = "*" sphinx = "~=3.4.2" sphinx_rtd_theme = "*" tox = "*" +black = "*"