From d2d84cf5bf0ecf5626c36af92dd87062fe42bb94 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 13 Nov 2022 12:19:25 -0800 Subject: [PATCH] Fix Markdown in README (#727) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3176dffd78..f04cc91226 100644 --- a/README.md +++ b/README.md @@ -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.