Bump version number to 0.0.283 (#6407)

This commit is contained in:
Zanie Blue
2023-08-08 12:31:30 -05:00
committed by GitHub
parent e769c74899
commit fe9590f39f
8 changed files with 12 additions and 12 deletions

View File

@@ -242,7 +242,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.0.282
rev: v0.0.283
hooks:
- id: ruff
```