From 76536a3fe16cb1e6e4dddddd07498e96ad531924 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 27 Oct 2023 15:28:12 -0400 Subject: [PATCH] docs: remove alpha designation on ruff-format (#56) I think this was old? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36bda5a..09a89dc 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ reformatting. ### Using Ruff's formatter (unstable) -[Ruff's formatter](https://github.com/astral-sh/ruff/blob/main/crates/ruff_python_formatter/README.md) is in Alpha, but can used with pre-commit by adding the `ruff-format` hook: +[Ruff's formatter](https://docs.astral.sh/ruff/formatter) can used with pre-commit by adding the `ruff-format` hook: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit