diff --git a/README.md b/README.md index 60020b6cd2..9a3c47a848 100644 --- a/README.md +++ b/README.md @@ -1257,7 +1257,7 @@ natively, including: - [`pep8-naming`](https://pypi.org/project/pep8-naming/) - [`pydocstyle`](https://pypi.org/project/pydocstyle/) - [`pygrep-hooks`](https://github.com/pre-commit/pygrep-hooks) (3/10) -- [`pyupgrade`](https://pypi.org/project/pyupgrade/) (18/33) +- [`pyupgrade`](https://pypi.org/project/pyupgrade/) (19/33) - [`yesqa`](https://github.com/asottile/yesqa) Note that, in some cases, Ruff uses different error code prefixes than would be found in the @@ -1314,7 +1314,7 @@ Today, Ruff can be used to replace Flake8 when used with any of the following pl Ruff can also replace [`isort`](https://pypi.org/project/isort/), [`yesqa`](https://github.com/asottile/yesqa), [`eradicate`](https://pypi.org/project/eradicate/), [`pygrep-hooks`](https://github.com/pre-commit/pygrep-hooks) (3/10), and a subset of the rules -implemented in [`pyupgrade`](https://pypi.org/project/pyupgrade/) (17/33). +implemented in [`pyupgrade`](https://pypi.org/project/pyupgrade/) (19/33). If you're looking to use Ruff, but rely on an unsupported Flake8 plugin, free to file an Issue.