From eda0429fe840dfbedbeec1ffe9d7c3d1b60761b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D0=BB=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Tue, 2 Sep 2025 15:33:24 +0300 Subject: [PATCH] fix: Update line-length in black configuration to 120 for consistency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e2d814..3ffe7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = '''