Add settings for Black

This commit is contained in:
Joakim Hellsén 2022-12-05 13:13:20 +01:00
commit 25cee0c9df
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC

View file

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