Change line-length to 120

This commit is contained in:
2022-07-21 20:22:27 +02:00
parent bacd689356
commit 0376ae0214
3 changed files with 22 additions and 64 deletions

View File

@ -36,5 +36,9 @@ pytest = "^7.1.2"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"
line_length = 120