litellm/db_scripts
ryan-crabbe-berri 5a62806fdc
chore(lint): remove PLR0915 too-many-statements ruff rule (#30574)
Drops PLR0915 from ruff's extend-select along with its per-file-ignores,
and strips the now-unused `# noqa: PLR0915` directives across the codebase
(RUF100 would otherwise flag them as unused). The C901 suppression that
shared a directive with PLR0915 in streaming_handler.py is preserved.
2026-06-16 16:52:49 -07:00
..
create_views.py chore(lint): remove PLR0915 too-many-statements ruff rule (#30574) 2026-06-16 16:52:49 -07:00
migrate_keys.py fix(migrate_keys.py): add script for migrating keys to new db 2025-07-16 10:18:36 -07:00
partition_spend_logs.sql feat(spend_logs): opt-in native Postgres partitioning for SpendLogs retention (#29466) 2026-06-11 11:02:42 -07:00
unpartition_spend_logs.sql feat(spend_logs): opt-in native Postgres partitioning for SpendLogs retention (#29466) 2026-06-11 11:02:42 -07:00
update_unassigned_teams.py (DB fix) don't run apply_db_fixes on startup (#6604) 2024-11-05 13:43:08 -08:00