Encode rev in README

This commit is contained in:
Charlie Marsh 2022-09-01 13:01:12 -04:00
parent 58d98619d6
commit b439b2f036
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
```yaml
repos:
- repo: https://github.com/charliermarsh/ruff
rev: # See latest release
rev: v0.0.23
hooks:
- id: lint
```