Bump version to 0.0.265

This commit is contained in:
Charlie Marsh 2023-05-05 14:14:06 -04:00
parent 26ceedc01e
commit d121fa5899

View File

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