Skip to content

Commit

Permalink
Update documentation regarding isort compatibility (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnegus committed Mar 18, 2023
1 parent c9efbf9 commit a3e8247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/using_black_with_other_tools.md
Expand Up @@ -51,9 +51,9 @@ line_length = 88

#### Why those options above?

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

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

0 comments on commit a3e8247

Please sign in to comment.