Bump version to 0.0.267 (#4400)

This commit is contained in:
Charlie Marsh
2023-05-12 15:04:56 -04:00
committed by GitHub
parent 606b6ac3df
commit dcedd5cd9d
9 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/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.266'
rev: 'v0.0.267'
hooks:
- id: ruff
```