mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-15 22:14:44 +00:00
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 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue