From 3441de22e79363e24a5c149d5dd94711a1620066 Mon Sep 17 00:00:00 2001 From: Alex Batisse Date: Thu, 3 Aug 2023 16:57:58 +0200 Subject: [PATCH] docs: Remove leftover blue link Co-authored-by: Leah Wasser --- package-structure-code/code-style-linting-format.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/package-structure-code/code-style-linting-format.md b/package-structure-code/code-style-linting-format.md index df8bee1f..4f746ecf 100644 --- a/package-structure-code/code-style-linting-format.md +++ b/package-structure-code/code-style-linting-format.md @@ -96,8 +96,6 @@ some exceptions. A few examples of those exceptions are below: - Black will not adjust line length in your comments or docstrings. - This tool will not review and fix import order (you need _isort_ or _Ruff_ to do that - see below). -Blue addresses a few format decisions in Black that some maintainers do not like. -[You can compare the differences here](https://blue.readthedocs.io/en/latest/#so-what-s-different) and decide which tool you prefer! ```{tip} If you are interested in seeing how Black will format your code, you can