Stop referring to early ruff versions (#14862)

## Summary

Referring to old versions has become more distracting than useful.

## Test Plan

—
This commit is contained in:
Dimitri Papadopoulos Orfanos 2024-12-09 16:47:26 +01:00 committed by GitHub
parent 0f4350e10e
commit 68eb0a2511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 14 deletions

View file

@ -349,7 +349,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.4
rev: v0.8.2
hooks:
# Run the linter.
- id: ruff