Extend black line-length to 110

This commit is contained in:
2024-11-09 23:23:21 -06:00
parent 058be9602a
commit cd900288ff

View File

@@ -45,3 +45,6 @@ pytest-cov = "^6.0.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 110