Add settings for Black

This commit is contained in:
2022-12-05 13:13:20 +01:00
parent 9675783adb
commit 25cee0c9df

View File

@ -26,3 +26,7 @@ build-backend = "poetry.core.masonry.api"
[tool.isort] [tool.isort]
profile = "black" profile = "black"
[tool.black]
line-length = 120
target-version = ["py311"]