Skip to content

Commit

Permalink
Doc: Fix link to isort known-first-party (#8562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand authored Nov 8, 2023
1 parent 7391f74 commit 3ebaca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ebaca5

Please sign in to comment.