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

@ -23,7 +23,7 @@ For details, see [Black compatibility](#black-compatibility).
## Getting started ## Getting started
The Ruff formatter is available in Beta as of Ruff v0.1.2. The Ruff formatter is available as of Ruff v0.1.2.
### CLI ### CLI

View file

@ -3,8 +3,7 @@
The Ruff formatter is an extremely fast Python code formatter designed as a drop-in replacement for 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`. [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) The Ruff formatter is available as of Ruff [v0.1.2](https://astral.sh/blog/the-ruff-formatter).
as of Ruff v0.1.2.
## `ruff format` ## `ruff format`

View file

@ -20,7 +20,7 @@ export default function SecondarySideBar({
return ( return (
<SideBar position="right"> <SideBar position="right">
<SideBarEntry <SideBarEntry
title="Format (beta)" title="Format"
position={"right"} position={"right"}
selected={selected === SecondaryTool.Format} selected={selected === SecondaryTool.Format}
onClick={() => onSelected(SecondaryTool.Format)} onClick={() => onSelected(SecondaryTool.Format)}