Skip to content

Commit

Permalink
chore: add .git-blame-ignore-revs (#59)
Browse files Browse the repository at this point in the history
Attempt to clear some "noise" when using GitHub's "blame view" UI tool to see changes in code history for individual files.

These commits are chosen as they are mostly style-related changes rather than code refactors (minor refactors are OK):

- e0ca9e8
- 0c632e5
- 4cee570
  • Loading branch information
mwtoews authored Nov 21, 2024
1 parent 4cee570 commit 1b408be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# change CRLF to LF line endings for source files (#12)
e0ca9e80a60ae6c85933a69ec322a5bc861a32ab

# apply isort rule, split long comment lines (#47)
0c632e511fb54068d14dcdff44c572ccb6e8831f

# reformat Python code with line length = 88 (#57)
4cee570791f7b9631179f7c42286a07d9b232fb0

0 comments on commit 1b408be

Please sign in to comment.