From b80e01c726afbe4fd02c1c9397e55843d4143923 Mon Sep 17 00:00:00 2001 From: yfprojects <62463991+real-yfprojects@users.noreply.github.com> Date: Tue, 16 Aug 2022 06:49:10 +0200 Subject: [PATCH] Create .git-blame-ignore-revs (#1395) This will exclude the commit reformatting the whole repository with black from git blame as suggested in the black docs and in #929. --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..f0c751d3 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Migrate code style to Black +b6a24debb78b953117a3f637db18942f370a4b85 \ No newline at end of file