mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Fix Markdown in README (#727)
This commit is contained in:
parent
450970e0e6
commit
d2d84cf5bf
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ project. See [#283](https://github.com/charliermarsh/ruff/issues/283) for more.
|
|||
|
||||
Ruff's import sorting is intended to be equivalent to `isort` when used `profile = "black"`, and a
|
||||
few other settings (`combine_as_imports = true`, `order_by_type = false`, and
|
||||
`case_sensitive` = true`).
|
||||
`case_sensitive = true`).
|
||||
|
||||
Like `isort`, Ruff's import sorting is compatible with Black.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue