mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
* chore(lint): remove dead E501 config, fix stale blame-ignore SHAs, note 120 width in CLAUDE.md E501 sat in both lint.ignore and lint.extend-select in ruff.toml; ignore wins, so no line length was linted at all (verified: a 130-char line passes ruff check while T201 fires). Remove it from both lists so the config tells the truth: the formatter's wrap width is the only line-length control, matching how the repo has actually behaved since E501 was ignored in Oct 2024 .git-blame-ignore-revs listed the pre-squash PR-head SHAs for the two ruff reformat commits (#31317, #31518), which never landed on the branch, so git blame ignored nothing. Replace them with the squash-merge SHAs that are actually in history Also document in CLAUDE.md that the line length is 120 (ruff.toml), not 88, so agents stop wrapping to the old Black width * fix: make CLAUDE.md more concise * fix: make the guideline more clear
19 lines
678 B
Text
19 lines
678 B
Text
# Add the commit hash of any commit you want to ignore in `git blame` here.
|
|
# One commit hash per line.
|
|
#
|
|
# The GitHub Blame UI will use this file automatically!
|
|
#
|
|
# Run this command to always ignore formatting commits in `git blame`
|
|
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
|
|
|
# Update pydantic code to fix warnings (GH-3600)
|
|
876840e9957bc7e9f7d6a2b58c4d7c53dad16481
|
|
|
|
# style(ui): run prettier --write across the dashboard (#29622)
|
|
7edf3a9cb55548b143df1692f4ed7c4681d7fcf7
|
|
|
|
# style: reformat litellm/ with ruff format (#31317)
|
|
17bfd415aeb5a57fb646b5cc67da1c730aa7c50b
|
|
|
|
# style: unify ruff format width on 120 (#31518)
|
|
48b5a5a0cc5a694a11219416ee0b6eb6e620e74e
|