Skip to content

Commit 3da5cf9

Browse files
Bump README.md version to 0.0.270
1 parent 56d5440 commit 3da5cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`:
1212
```yaml
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: v0.0.269
15+
rev: v0.0.270
1616
hooks:
1717
- id: ruff
1818
```
@@ -22,7 +22,7 @@ Or, to enable autofix:
2222
```yaml
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
# Ruff version.
25-
rev: v0.0.269
25+
rev: v0.0.270
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)