mirror of https://github.com/astral-sh/ruff
Tweak README again
This commit is contained in:
parent
0d05aaeb6e
commit
320a48977b
18
README.md
18
README.md
|
|
@ -26,13 +26,17 @@ An extremely fast Python linter, written in Rust.
|
||||||
- 🌎 Monorepo-friendly configuration via hierarchical and cascading settings
|
- 🌎 Monorepo-friendly configuration via hierarchical and cascading settings
|
||||||
|
|
||||||
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. Ruff can be used to replace Flake8 (plus a variety
|
functionality behind a single, common interface.
|
||||||
of plugins), [`isort`](https://pypi.org/project/isort/), [`pydocstyle`](https://pypi.org/project/pydocstyle/),
|
|
||||||
[`yesqa`](https://github.com/asottile/yesqa), [`eradicate`](https://pypi.org/project/eradicate/),
|
Ruff can be used to replace Flake8 (plus a variety of plugins), [`isort`](https://pypi.org/project/isort/),
|
||||||
and even a subset of [`pyupgrade`](https://pypi.org/project/pyupgrade/) and [`autoflake`](https://pypi.org/project/autoflake/)
|
[`pydocstyle`](https://pypi.org/project/pydocstyle/), [`yesqa`](https://github.com/asottile/yesqa),
|
||||||
all while executing tens or hundreds of times faster than any individual tool. Ruff goes beyond the
|
[`eradicate`](https://pypi.org/project/eradicate/), [`pyupgrade`](https://pypi.org/project/pyupgrade/),
|
||||||
responsibilities of a traditional linter, instead functioning as an advanced code transformation
|
and [`autoflake`](https://pypi.org/project/autoflake/), all while executing tens or hundreds of
|
||||||
tool capable of upgrading type annotations, rewriting class definitions, sorting imports, and more.
|
times faster than any individual tool.
|
||||||
|
|
||||||
|
Ruff goes beyond the responsibilities of a traditional linter, instead functioning as an advanced
|
||||||
|
code transformation tool capable of upgrading type annotations, rewriting class definitions, sorting
|
||||||
|
imports, and more.
|
||||||
|
|
||||||
Ruff is extremely actively developed and used in major open-source projects like:
|
Ruff is extremely actively developed and used in major open-source projects like:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue