Bump version to v0.0.291 (#7606)

This commit is contained in:
Charlie Marsh
2023-09-22 13:25:37 -04:00
committed by GitHub
parent 01843af21a
commit 8bfe9bda41
8 changed files with 12 additions and 12 deletions

View File

@@ -247,7 +247,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.290
rev: v0.0.291
hooks:
- id: ruff
```