mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
The repo linted at 120 (E501, isort) but ran ruff format at 88 via a --line-length 88 override in the Makefile and CI, leaving the formatter and the linter disagreeing on wrap width. Drop the override so ruff.toml's line-length = 120 is the single source of truth and reformat the tree to match. |
||
|---|---|---|
| .. | ||
| in_flight_requests_middleware.py | ||
| prometheus_auth_middleware.py | ||
| request_size_limit_middleware.py | ||
| security_headers_middleware.py | ||