mirror of https://github.com/astral-sh/ruff
Docs: fix isort rule code (#9598)
## Summary Fixes a typo in the docs, the isort rule code in an example was not correct.
This commit is contained in:
parent
a42600e9a2
commit
9dc59cbb81
|
|
@ -308,7 +308,7 @@ For import sorting, the `noqa` should come at the end of the first line in the i
|
||||||
will apply to all imports in the block, like so:
|
will apply to all imports in the block, like so:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import os # noqa: I100
|
import os # noqa: I001
|
||||||
import abc
|
import abc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue