mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Both #31317 (black to ruff format) and #31518 (unify width on 120) are mechanical reformats with AST-equivalence proofs, so add them to .git-blame-ignore-revs to keep blame pointing at the real authors.
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)
|
|
430b5b8f1b12dc261a49fda99ac5d1b22381a428
|
|
|
|
# style: unify ruff format width on 120 (#31518)
|
|
3dfbeabe626d203ac9de86024519d9a96c484ce4
|