Skip to content

Commit f4572fe

Browse files
Bump version to 0.0.270 (#4637)
1 parent 8c92154 commit f4572fe

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com) hook:
137137
```yaml
138138
- repo: https://github.com/astral-sh/ruff-pre-commit
139139
# Ruff version.
140-
rev: 'v0.0.269'
140+
rev: v0.0.270
141141
hooks:
142142
- id: ruff
143143
```

crates/flake8_to_ruff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flake8-to-ruff"
3-
version = "0.0.269"
3+
version = "0.0.270"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

crates/ruff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff"
3-
version = "0.0.269"
3+
version = "0.0.270"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/ruff_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff_cli"
3-
version = "0.0.269"
3+
version = "0.0.270"
44
authors = ["Charlie Marsh <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
242242
```yaml
243243
- repo: https://github.com/astral-sh/ruff-pre-commit
244244
# Ruff version.
245-
rev: 'v0.0.269'
245+
rev: v0.0.270
246246
hooks:
247247
- id: ruff
248248
```

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com) hook:
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
```
@@ -32,7 +32,7 @@ Or, to enable autofix:
3232
```yaml
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: 'v0.0.269'
35+
rev: v0.0.270
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55

66
[project]
77
name = "ruff"
8-
version = "0.0.269"
8+
version = "0.0.270"
99
description = "An extremely fast Python linter, written in Rust."
1010
authors = [{ name = "Charlie Marsh", email = "[email protected]" }]
1111
maintainers = [{ name = "Charlie Marsh", email = "[email protected]" }]

0 commit comments

Comments
 (0)