Add black to the dev dependencies

This commit is contained in:
Alexander Hess 2024-07-15 09:43:06 +02:00
commit 2f99461c9c
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 97 additions and 1 deletions

View file

@ -39,3 +39,4 @@ pandas = "^2.2"
scikit-learn = "^1.5"
[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^24.4"}