mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Remove "Beta" Label from formatter documentation (#10144)
This commit is contained in:
parent
a1e8784207
commit
8044c24c7e
3 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,7 @@
|
|||
The Ruff formatter is an extremely fast Python code formatter designed as a drop-in replacement for
|
||||
[Black](https://pypi.org/project/black/), available as part of the `ruff` CLI via `ruff format`.
|
||||
|
||||
The Ruff formatter is available as a [production-ready Beta](https://astral.sh/blog/the-ruff-formatter)
|
||||
as of Ruff v0.1.2.
|
||||
The Ruff formatter is available as of Ruff [v0.1.2](https://astral.sh/blog/the-ruff-formatter).
|
||||
|
||||
## `ruff format`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue