mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add isort standard-library distinction to FAQ (#11804)
## Summary Closes https://github.com/astral-sh/ruff/issues/11726.
This commit is contained in:
parent
ed947792cf
commit
b98ab1b0b6
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue