From 4eac7a07f58e3f37db01ff49254eac4ad7b1010f Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 6 Oct 2022 16:26:21 -0400 Subject: [PATCH] Mention flake8-comprehensions in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98e5ec24c7fb9..8a416b28e3837 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ ruff also implements some of the most popular Flake8 plugins natively, including - [`flake8-builtins`](https://pypi.org/project/flake8-builtins/) - [`flake8-super`](https://pypi.org/project/flake8-super/) - [`flake8-print`](https://pypi.org/project/flake8-print/) +- [`flake8-comprehensions`](https://pypi.org/project/flake8-comprehensions/) (partial) - [`pyupgrade`](https://pypi.org/project/pyupgrade/) (partial) Beyond rule-set parity, ruff suffers from the following limitations vis-à-vis Flake8: