Add isort standard-library distinction to FAQ (#11804)

## Summary

Closes https://github.com/astral-sh/ruff/issues/11726.
This commit is contained in:
Charlie Marsh 2024-06-08 13:10:50 -07:00 committed by GitHub
parent ed947792cf
commit b98ab1b0b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -266,6 +266,9 @@ from numpy import sin as np_sin
from numpy import tan, uint8, uint16, uint32, uint64
```
Ruff also correctly classifies some modules as standard-library that aren't recognized
by isort, like `_string` and `idlelib`.
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