Skip to content

Commit 3ebaca5

Browse files
authored
Doc: Fix link to isort known-first-party (#8562)
1 parent 7391f74 commit 3ebaca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Like isort, Ruff's import sorting is compatible with Black.
262262

263263
Ruff does not yet support all of isort's configuration options, though it does support many of
264264
them. You can find the supported settings in the [API reference](settings.md#isort).
265-
For example, you can set [`known-first-party`](settings.md#known-first-party--isort-known-first-party-)
265+
For example, you can set [`known-first-party`](settings.md#isort-known-first-party)
266266
like so:
267267

268268
=== "pyproject.toml"

0 commit comments

Comments
 (0)