Skip to content

Commit fca6fd2

Browse files
committed
chore: add instruction to .git-blame-ignore-revs
1 parent 5472c9f commit fca6fd2

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.git-blame-ignore-revs

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
#################
2-
# Linting
3-
#################
4-
# isort
5-
0dcb6dd5973796cf12be34fdfd9fa761a6ba22d9
6-
# pep-naming
7-
ef09dbe9a03ebf4f649fd8830224a6c93ab422e7
8-
# bugbear
9-
e1dad3a0ca41d3f312f5be423711f577fd804f2f
10-
# pyupgrade
11-
399a7d64ddc2c2c857670c69890c24de8ba98610
1+
# When making commits that are strictly formatting/style changes, add the
2+
# commit hash here, so git blame can ignore the change.
3+
#
4+
# For more details, see:
5+
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
6+
7+
0dcb6dd5973796cf12be34fdfd9fa761a6ba22d9 # isort
8+
ef09dbe9a03ebf4f649fd8830224a6c93ab422e7 # pep-naming
9+
e1dad3a0ca41d3f312f5be423711f577fd804f2f # bugbear
10+
399a7d64ddc2c2c857670c69890c24de8ba98610 # pyupgrade

0 commit comments

Comments
 (0)