Skip to content

Commit

Permalink
Add .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
This prevents black reformatting commit from messing with git blame.

You may need to run the following to configure `git blame` to read the ignore
file.

    git config blame.ignoreRevsFile .git-blame-ignore-revs
  • Loading branch information
lieryan committed Sep 26, 2021
1 parent 937759c commit 3ed2e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
@@ -0,0 +1,2 @@
# Migrate code style to Black
ae87aa32c4e1f7d0b6680ebd977c5579e217361e

0 comments on commit 3ed2e29

Please sign in to comment.