From ebddd222c7fc8c15b1ab05f35b9480a6f78e8248 Mon Sep 17 00:00:00 2001 From: jeremy brisson Date: Tue, 18 Feb 2025 20:56:41 +0100 Subject: [PATCH] fix the same ruff lengh like sdk python --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7865e11..abb737c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,6 @@ mypy = "^1.13.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" + +[tool.ruff] +line-length = 120