Fix Markdown in README (#727)

This commit is contained in:
Brett Cannon 2022-11-13 12:19:25 -08:00 committed by GitHub
parent 450970e0e6
commit d2d84cf5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.