mirror of https://github.com/astral-sh/ruff
Add beta note to the formatter docs (#9097)
Closes https://github.com/astral-sh/ruff/issues/9092.
This commit is contained in:
parent
108260298f
commit
2993c342d2
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue