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:
Peter Stensmyr 2021-01-15 10:57:45 +11:00 committed by GitHub
parent 4310f39bd9
commit b55fb821e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ max-line-length = 88
### Why those options above? ### Why those options above?
When _Black_ is folding very long expressions, the closing brackets will 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 ```py3
ImportantClass.important_method( ImportantClass.important_method(