Add beta note to the formatter docs (#9097)

Closes https://github.com/astral-sh/ruff/issues/9092.
This commit is contained in:
Charlie Marsh 2023-12-11 15:50:01 -05:00 committed by GitHub
parent 108260298f
commit 2993c342d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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