Skip to content

Commit

Permalink
Merge pull request #2220 from syou6162/fix/fix_deprecated_link
Browse files Browse the repository at this point in the history
nit: Fix deprecation message link
  • Loading branch information
staticdev authored Jan 20, 2025
2 parents b3d664f + 178fb00 commit 86485e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,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):
Expand Down

0 comments on commit 86485e2

Please sign in to comment.