Bump version to 0.0.267

This commit is contained in:
Charlie Marsh 2023-05-12 16:18:11 -04:00
parent 11c1d1d46c
commit a486fba16b

View File

@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.266"
rev: "v0.0.267"
hooks:
- id: ruff
```
@ -22,7 +22,7 @@ Or, to enable autofix:
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.266"
rev: "v0.0.267"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]