We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7643fa commit c0adca3Copy full SHA for c0adca3
1 file changed
docs/guides/introducing_black_to_your_project.md
@@ -18,7 +18,8 @@ previous revision that modified those lines.
18
19
So when migrating your project's code style to _Black_, reformat everything and commit
20
the changes (preferably in one massive commit). Then put the full 40 characters commit
21
-identifier(s) into a file.
+identifier(s) into a file usually called `.git-blame-ignore-revs` at the root of your
22
+project directory.
23
24
```text
25
# Migrate code style to Black
0 commit comments