Skip to content

Commit a3e8247

Browse files
authored
Update documentation regarding isort compatibility (#3567)
1 parent c9efbf9 commit a3e8247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/using_black_with_other_tools.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ line_length = 88
5151

5252
#### Why those options above?
5353

54-
_Black_ wraps imports that surpass `line-length` by moving identifiers into their own
55-
indented line. If that still doesn't fit the bill, it will put all of them in separate
56-
lines and put a trailing comma. A more detailed explanation of this behaviour can be
54+
_Black_ wraps imports that surpass `line-length` by moving identifiers onto separate
55+
lines and by adding a trailing comma after each. A more detailed explanation of this
56+
behaviour can be
5757
[found here](../the_black_code_style/current_style.md#how-black-wraps-lines).
5858

5959
isort's default mode of wrapping imports that extend past the `line_length` limit is

0 commit comments

Comments
 (0)