Add black to the dev dependencies

This commit is contained in:
Alexander Hess 2021-05-25 07:59:15 +02:00
commit 553bd50d92
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 141 additions and 1 deletions

View file

@ -29,3 +29,4 @@ python = "^3.8"
jupyterlab = "^3.0.16"
[tool.poetry.dev-dependencies]
black = "^21.5b1"