Skip to content

Commit c0adca3

Browse files
docs: specifies the use of the .git-blame-ignore-revs file (#3961)
1 parent a7643fa commit c0adca3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/guides/introducing_black_to_your_project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ previous revision that modified those lines.
1818

1919
So when migrating your project's code style to _Black_, reformat everything and commit
2020
the changes (preferably in one massive commit). Then put the full 40 characters commit
21-
identifier(s) into a file.
21+
identifier(s) into a file usually called `.git-blame-ignore-revs` at the root of your
22+
project directory.
2223

2324
```text
2425
# Migrate code style to Black

0 commit comments

Comments
 (0)