mirror of https://github.com/astral-sh/ruff
README: Link “Flake8” for consistency with the rest of the list (#1969)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
1ab0273aa7
commit
1e803f7108
|
|
@ -34,7 +34,7 @@ An extremely fast Python linter, written in Rust.
|
||||||
Ruff aims to be orders of magnitude faster than alternative tools while integrating more
|
Ruff aims to be orders of magnitude faster than alternative tools while integrating more
|
||||||
functionality behind a single, common interface.
|
functionality behind a single, common interface.
|
||||||
|
|
||||||
Ruff can be used to replace Flake8 (plus a variety of plugins), [`isort`](https://pypi.org/project/isort/),
|
Ruff can be used to replace [Flake8](https://pypi.org/project/flake8/) (plus a variety of plugins), [`isort`](https://pypi.org/project/isort/),
|
||||||
[`pydocstyle`](https://pypi.org/project/pydocstyle/), [`yesqa`](https://github.com/asottile/yesqa),
|
[`pydocstyle`](https://pypi.org/project/pydocstyle/), [`yesqa`](https://github.com/asottile/yesqa),
|
||||||
[`eradicate`](https://pypi.org/project/eradicate/), [`pyupgrade`](https://pypi.org/project/pyupgrade/),
|
[`eradicate`](https://pypi.org/project/eradicate/), [`pyupgrade`](https://pypi.org/project/pyupgrade/),
|
||||||
and [`autoflake`](https://pypi.org/project/autoflake/), all while executing tens or hundreds of
|
and [`autoflake`](https://pypi.org/project/autoflake/), all while executing tens or hundreds of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue