Skip to content

Commit bb56c13

Browse files
committed
Add docs for it
1 parent 54d16e2 commit bb56c13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Notes for contributors
22

3+
* [Configure `git blame` to ignore formatting commits](#configure-git-blame-to-ignore-formatting-commits)
34
* [Run and debug hooks locally](#run-and-debug-hooks-locally)
45
* [Run hook performance test](#run-hook-performance-test)
56
* [Run via BASH](#run-via-bash)
@@ -15,6 +16,10 @@
1516
* [Contributing to Python code](#contributing-to-python-code)
1617
* [Run tests in your fork](#run-tests-in-your-fork)
1718

19+
## Configure `git blame` to ignore formatting commits
20+
21+
This project uses `.git-blame-ignore-revs` to exclude formatting-related commits from `git blame` history. To configure your local `git blame` to ignore these commits, refer to the [.git-blame-ignore-revs](/.git-blame-ignore-revs) file for details.
22+
1823
## Run and debug hooks locally
1924

2025
```bash

0 commit comments

Comments
 (0)