From 71e69d3485979610d108cdf71f2e68cd5cd743d9 Mon Sep 17 00:00:00 2001 From: Mateo Wang <277851410+mateo-berri@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:57:28 -0700 Subject: [PATCH] chore: ignore ruff-format reformat commits in git blame (#31520) 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. --- .git-blame-ignore-revs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 23b520e2ad5..7e705ec4f8f 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -11,3 +11,9 @@ # 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