Skip to content

Commit 615887a

Browse files
Bump version to v0.0.258 (#3671)
1 parent 07808a5 commit 615887a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
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/charliermarsh/ruff-pre-commit
139139
# Ruff version.
140-
rev: 'v0.0.257'
140+
rev: 'v0.0.258'
141141
hooks:
142142
- id: ruff
143143
```

crates/flake8_to_ruff/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flake8-to-ruff"
3-
version = "0.0.257"
3+
version = "0.0.258"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

crates/ruff/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff"
3-
version = "0.0.257"
3+
version = "0.0.258"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/ruff_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff_cli"
3-
version = "0.0.257"
3+
version = "0.0.258"
44
authors = ["Charlie Marsh <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }

docs/tutorial.md

+1-1
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/charliermarsh/ruff-pre-commit
244244
# Ruff version.
245-
rev: 'v0.0.257'
245+
rev: 'v0.0.258'
246246
hooks:
247247
- id: ruff
248248
```

docs/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com) hook:
2020
```yaml
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
2222
# Ruff version.
23-
rev: 'v0.0.257'
23+
rev: 'v0.0.258'
2424
hooks:
2525
- id: ruff
2626
```
@@ -30,7 +30,7 @@ Or, to enable autofix:
3030
```yaml
3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
3232
# Ruff version.
33-
rev: 'v0.0.257'
33+
rev: 'v0.0.258'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "maturin"
77

88
[project]
99
name = "ruff"
10-
version = "0.0.257"
10+
version = "0.0.258"
1111
description = "An extremely fast Python linter, written in Rust."
1212
authors = [{ name = "Charlie Marsh", email = "[email protected]" }]
1313
maintainers = [{ name = "Charlie Marsh", email = "[email protected]" }]

0 commit comments

Comments
 (0)