Add settings for Black
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user