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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"