Bump pyupgrade implementation count

This commit is contained in:
Charlie Marsh
2022-12-26 19:56:12 -05:00
parent 58c383401c
commit df4f5358f9

View File

@@ -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.