chore: align black with Ruff backend formatting (#22766)

This commit is contained in:
Shamil 2026-03-22 01:42:37 +03:00 committed by GitHub
parent 4d67c817ec
commit 85411e4867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,6 +216,10 @@ dev = [
"ruff>=0.15.5",
]
[tool.black]
line-length = 120
skip-string-normalization = true
[tool.ruff]
line-length = 120