Skip to content

Commit

Permalink
Add beta note to the formatter docs (#9097)
Browse files Browse the repository at this point in the history
Closes #9092.
  • Loading branch information
charliermarsh authored Dec 11, 2023
1 parent 1082602 commit 2993c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/formatter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# The Ruff Formatter

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 (as of Ruff v0.0.289).
[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.

## `ruff format`

Expand Down

0 comments on commit 2993c34

Please sign in to comment.