Skip to content

Commit

Permalink
chore: add git blame ignore revs file (#1228)
Browse files Browse the repository at this point in the history
Ignore bulk changes done by the Ruff formatter.

PR: #1224

Commit:
d8148ab

To configure git to use this file, run:

``` bash
git config --global blame.ignoreRevsFile .git-blame-ignore-revs
```
  • Loading branch information
IronCore864 authored May 28, 2024
1 parent d8148ab commit 16240bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# You can configure git to automatically use this file with the following config:
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs

# Code reformatting with Ruff formatter
d8148ab41869f6119683cf42b7e6e574f1a99bf1

0 comments on commit 16240bf

Please sign in to comment.