mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-17 22:08:28 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```python
|
||||
import os # noqa: I100
|
||||
import os # noqa: I001
|
||||
import abc
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue