From 02f156c6cbeb490ad738c5a9edc7650aa60e10dc Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Thu, 29 Dec 2022 23:02:26 +0100 Subject: [PATCH] docs(README): add missing `flake8-simplify` (#1449) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca5584e190..2af4e68284 100644 --- a/README.md +++ b/README.md @@ -1275,6 +1275,7 @@ natively, including: - [`flake8-print`](https://pypi.org/project/flake8-print/) - [`flake8-quotes`](https://pypi.org/project/flake8-quotes/) - [`flake8-return`](https://pypi.org/project/flake8-return/) +- [`flake8-simplify`](https://pypi.org/project/flake8-simplify/) (1/37) - [`flake8-super`](https://pypi.org/project/flake8-super/) - [`flake8-tidy-imports`](https://pypi.org/project/flake8-tidy-imports/) (1/3) - [`isort`](https://pypi.org/project/isort/) @@ -1330,6 +1331,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-return`](https://pypi.org/project/flake8-return/) +- [`flake8-simplify`](https://pypi.org/project/flake8-simplify/) (1/37) - [`flake8-super`](https://pypi.org/project/flake8-super/) - [`flake8-tidy-imports`](https://pypi.org/project/flake8-tidy-imports/) (1/3) - [`mccabe`](https://pypi.org/project/mccabe/)