mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
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:
parent
0f4350e10e
commit
68eb0a2511
6 changed files with 4 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue