PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

nit: Fix deprecation message link #2220

Open syou6162 opened 10 months ago

syou6162 commented 10 months ago

The following warning message was outputting a link that was not valid, so it has been corrected to a valid link.

/Users/yasuhisa.yoshida/.cache/pre-commit/repoclpuwaei/py_env-python3.10/lib/python3.10/site-packages/isort/settings.py:343: UserWarning: A custom settings file was specified: /Users/yasuhisa.yoshida/my_project/pyproject.toml but no configuration 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.
  warn(
syou6162 commented 10 months ago

@staticdev Could you review this pull request?

syou6162 commented 9 months ago

@bp72 Thank you for reviewing!

@staticdev Could you merge this pull request?