Skip to content

Commit 73e71f0

Browse files
authored
blame: ignore Black v20.8b1 and py27/py35 reformattings (#4410)
Summary: From #4409; see also #4406 for discussion. Test Plan: The output of `git blame tensorboard/backend/application.py` no longer has any lines blaming to either of the commits in question. wchargin-branch: black-20.8b1-unblame
1 parent 546d1b6 commit 73e71f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.git-blame-ignore-revs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ ea4e9bbc885784a283b8b79974132df7c6cdcc50 # Reformat all `*BUILD` files with `bu
9090

9191
# Prettier 1.18.2 to 2.1.1 upgrade (<https://github.com/tensorflow/tensorboard/pull/4122>)
9292
e42a7f18b33c7a85b51db28d465ec01915a8e725 # prettier: reformat code for 2.1.1
93+
94+
# Black Python 2.7/3.5 drop and v20.8b1 upgrade (<https://github.com/tensorflow/tensorboard/pull/4409>)
95+
6d741a8c7afabd1137af2b63b93680d178199aa6 # black: reformat after dropping Python 2.7 and 3.5
96+
9f528cc2153314164692b1f2d0167b3ee2e896d5 # black: reformat after upgrading to Black v20.8b1

0 commit comments

Comments
 (0)