diff --git a/README.md b/README.md index 54015854c5..f25a769e9c 100644 --- a/README.md +++ b/README.md @@ -1643,8 +1643,9 @@ Ruff's import sorting is intended to be nearly equivalent to `isort` when used ` Like `isort`, Ruff's import sorting is compatible with Black. -Ruff is less configurable than `isort`, but supports the `known-first-party`, `known-third-party`, -`extra-standard-library`, and `src` settings, like so: +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](#isort). For example, you can set +`known-first-party` like so: ```toml [tool.ruff]