From 84b5dd4a189e1fc87a0a054c8123c2d871466b70 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 = "*"