Update README.md

This commit is contained in:
Charlie Marsh 2023-02-03 21:43:17 -05:00 committed by GitHub
parent a82915bc2d
commit 90c3bb65f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Add this to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.191'
rev: 'v0.0.241'
hooks:
- id: ruff
```