From 33dff67fe9c14af1b493cb2284468c3995e2bc65 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 11 Jan 2022 15:41:57 -0500
Subject: [PATCH] add some `git blame` configuration to exclude
 mass-reformatting

---
 .git-blame-ignore-revs | 8 ++++++++
 1 file changed, 8 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 0000000..bd303d1
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,8 @@
+# Reformat with black targeting Python 3.9 instead of Python 2.7
+5a9f4e2e704bbc85f58f9134027903c69681bdd1
+
+# Initial autoformat with isort
+cb7d6947160f5d717edadc487de3c9fa59ff303d
+
+# Initial autoformat with black
+61ea3e06f5da6c92020b1e7bb69fa638bc9ce87e
\ No newline at end of file
-- 
GitLab