From 25d96f4ec43f2d39f7ab0153405ecda3ef5bcbf5 Mon Sep 17 00:00:00 2001 From: Yasuhisa Yoshida Date: Thu, 4 Jan 2024 18:09:45 +0900 Subject: [PATCH 1/2] Fix deprecation message link --- isort/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/settings.py b/isort/settings.py index a3658fff..865ccc71 100644 --- a/isort/settings.py +++ b/isort/settings.py @@ -345,7 +345,7 @@ def __init__( "was found inside. This can happen when [settings] is used as the config " "header instead of [isort]. " "See: https://pycqa.github.io/isort/docs/configuration/config_files" - "/#custom_config_files for more information." + "#custom_config_files for more information." ) elif settings_path: if not os.path.exists(settings_path): From 26193e723defcfebe70e25652a48c13db36f306a Mon Sep 17 00:00:00 2001 From: Yasuhisa Yoshida Date: Wed, 15 Jan 2025 05:47:19 +0900 Subject: [PATCH 2/2] Update isort/settings.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- isort/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/settings.py b/isort/settings.py index 865ccc71..a395504d 100644 --- a/isort/settings.py +++ b/isort/settings.py @@ -345,7 +345,7 @@ def __init__( "was found inside. This can happen when [settings] is used as the config " "header instead of [isort]. " "See: https://pycqa.github.io/isort/docs/configuration/config_files" - "#custom_config_files for more information." + "#custom-config-files for more information." ) elif settings_path: if not os.path.exists(settings_path):