From dfa5a4f0f749380e6786e00a89fd7838be9095ea Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 30 Oct 2022 13:03:39 -0400 Subject: [PATCH] Fix 9/32 flake8-bugbear reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c08730fd..f11b71549c 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Today, Ruff can be used to replace Flake8 when used with any of the following pl - [`flake8-print`](https://pypi.org/project/flake8-print/) - [`flake8-quotes`](https://pypi.org/project/flake8-quotes/) - [`flake8-comprehensions`](https://pypi.org/project/flake8-comprehensions/) -- [`flake8-bugbear`](https://pypi.org/project/flake8-bugbear/) (9/32) +- [`flake8-bugbear`](https://pypi.org/project/flake8-bugbear/) (10/32) Ruff also implements the functionality that you get from [`yesqa`](https://github.com/asottile/yesqa), and a subset of the rules implemented in [`pyupgrade`](https://pypi.org/project/pyupgrade/) (8/34).