mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-02 12:58:27 +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
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue