mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-08 22:21:38 +00:00
chore: align black with Ruff backend formatting (#22766)
This commit is contained in:
parent
4d67c817ec
commit
85411e4867
1 changed files with 4 additions and 0 deletions
|
|
@ -216,6 +216,10 @@ dev = [
|
|||
"ruff>=0.15.5",
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
skip-string-normalization = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue