Skip to content

Commit

Permalink
Remove "Beta" Label from formatter documentation (#10144)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 28, 2024
1 parent a1e8784 commit 8044c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/ruff_python_formatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For details, see [Black compatibility](#black-compatibility).

## 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

Expand Down
3 changes: 1 addition & 2 deletions docs/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion playground/src/Editor/SecondarySideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SecondarySideBar({
return (
<SideBar position="right">
<SideBarEntry
title="Format (beta)"
title="Format"
position={"right"}
selected={selected === SecondaryTool.Format}
onClick={() => onSelected(SecondaryTool.Format)}
Expand Down

0 comments on commit 8044c24

Please sign in to comment.