Add black to dev-packages section of Pipfile

This commit is contained in:
kpj 2022-02-28 09:42:30 +01:00
parent c0ce6e28d4
commit 72685b0330

View File

@ -65,3 +65,4 @@ pytest-xdist = "*"
sphinx = "~=3.4.2"
sphinx_rtd_theme = "*"
tox = "*"
black = "*"