Remove "Beta" Label from formatter documentation (#10144)

This commit is contained in:
Micha Reiser 2024-02-28 13:47:37 +01:00 committed by GitHub
parent a1e8784207
commit 8044c24c7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

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