Doc: Fix link to isort known-first-party (#8562)

This commit is contained in:
Dosenpfand
2023-11-08 17:12:11 +01:00
committed by GitHub
parent 7391f74cbc
commit 3ebaca5246

View File

@@ -262,7 +262,7 @@ Like isort, Ruff's import sorting is compatible with Black.
Ruff does not yet support all of isort's configuration options, though it does support many of
them. You can find the supported settings in the [API reference](settings.md#isort).
For example, you can set [`known-first-party`](settings.md#known-first-party--isort-known-first-party-)
For example, you can set [`known-first-party`](settings.md#isort-known-first-party)
like so:
=== "pyproject.toml"