From 85411e4867af858dbd0feece42c586de87ffbb47 Mon Sep 17 00:00:00 2001 From: Shamil Date: Sun, 22 Mar 2026 01:42:37 +0300 Subject: [PATCH] chore: align black with Ruff backend formatting (#22766) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 64e69032f3..65a2366230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -216,6 +216,10 @@ dev = [ "ruff>=0.15.5", ] +[tool.black] +line-length = 120 +skip-string-normalization = true + [tool.ruff] line-length = 120