fix: Update line-length in black configuration to 120 for consistency

This commit is contained in:
Илья Глазунов 2025-09-02 15:33:24 +03:00
parent fb38853427
commit eda0429fe8

View File

@ -34,7 +34,7 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
line-length = 120
target-version = ['py312']
include = '\.pyi?$'
exclude = '''