Bump version to 0.0.266 (#4391)

This commit is contained in:
Charlie Marsh 2023-05-12 13:11:03 -04:00 committed by GitHub
parent 7e3ba7f32a
commit 67076b2dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 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/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.265'
rev: 'v0.0.266'
hooks:
- id: ruff
```