Add settings for Black
This commit is contained in:
parent
9675783adb
commit
25cee0c9df
1 changed files with 4 additions and 0 deletions
|
|
@ -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"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue