docs: remove alpha designation on ruff-format (#56)

I think this was old?
This commit is contained in:
Henry Schreiner 2023-10-27 15:28:12 -04:00 committed by GitHub
parent 8a43105c59
commit 76536a3fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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