Downgrade recommended pre-commit version to v0.0.231

This commit is contained in:
Charlie Marsh
2023-01-24 23:47:13 -05:00
parent 0758049e49
commit 9eb13bc9da

View File

@@ -212,7 +212,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.233'
rev: 'v0.0.231'
hooks:
- id: ruff
```