From 32d4bf69d61c37be2f0fe4dd776121b85f000a6d Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 2 Sep 2026 11:40:42 -0400 Subject: [PATCH] chore: ignore ruff migration commit in git blame Add the #1954 merge commit (replace flake8 and black with ruff) to .git-blame-ignore-revs so the bulk reformatting does not clutter git blame. Co-Authored-By: Claude --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index d6547ce30..112803000 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,4 @@ # change black settings 108955b601e768fd56696be903fc8b471c73ebf7 +# replace flake8 and black with ruff (#1954) +1a38eb329dd5a1f2ee6b86f5873e7152e0d33d48