Bump README.md version to 0.0.270

This commit is contained in:
Github Actions 2023-05-24 20:18:18 +00:00
parent 56d5440fd2
commit 3da5cf99ae

View File

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