Skip to content

Commit

Permalink
docs: specifies the use of the .git-blame-ignore-revs file (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjmorenor committed Oct 23, 2023
1 parent a7643fa commit c0adca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/introducing_black_to_your_project.md
Expand Up @@ -18,7 +18,8 @@ previous revision that modified those lines.

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

```text
# Migrate code style to Black
Expand Down

0 comments on commit c0adca3

Please sign in to comment.