Update link pointing to how-black-wraps-lines (#1925)
The section about the Black code style has been moved to its own file. Update link on the compatible configs page to point to the right place.
This commit is contained in:
parent
4310f39bd9
commit
b55fb821e7
@ -221,7 +221,7 @@ max-line-length = 88
|
||||
### Why those options above?
|
||||
|
||||
When _Black_ is folding very long expressions, the closing brackets will
|
||||
[be dedented](https://github.com/psf/black#how-black-wraps-lines).
|
||||
[be dedented](https://github.com/psf/black/blob/master/docs/the_black_code_style.md#how-black-wraps-lines).
|
||||
|
||||
```py3
|
||||
ImportantClass.important_method(
|
||||
|
Loading…
Reference in New Issue
Block a user