From 6d91829d80cf4545c59b1ca74e7e9f82cdef2592 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 30 Jan 2024 15:43:31 -0500 Subject: [PATCH] Add ignore revs file so we maintain git blame access --- .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 0000000..6adc947 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Migrate code style and linting to black and isort +e7a743150d69a51f60bb132bca912d17fa7d1b2f \ No newline at end of file