From b55fb821e795bc45903e6f7b89e8857ddb5a94f8 Mon Sep 17 00:00:00 2001 From: Peter Stensmyr Date: Fri, 15 Jan 2021 10:57:45 +1100 Subject: [PATCH] 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. --- docs/compatible_configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatible_configs.md b/docs/compatible_configs.md index c6724e7..a4f83ee 100644 --- a/docs/compatible_configs.md +++ b/docs/compatible_configs.md @@ -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( -- 2.39.2