Skip to content

Commit 25a6bfa

Browse files
Bump version to 0.0.262 (#4032)
1 parent b3f8f2a commit 25a6bfa

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.261'
140+
rev: 'v0.0.262'
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.261"
3+
version = "0.0.262"
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.261"
3+
version = "0.0.262"
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.261"
3+
version = "0.0.262"
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.261'
245+
rev: 'v0.0.262'
246246
hooks:
247247
- id: ruff
248248
```

docs/usage.md

+2-2
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/charliermarsh/ruff-pre-commit
2424
# Ruff version.
25-
rev: 'v0.0.261'
25+
rev: 'v0.0.262'
2626
hooks:
2727
- id: ruff
2828
```
@@ -32,7 +32,7 @@ Or, to enable autofix:
3232
```yaml
3333
- repo: https://github.com/charliermarsh/ruff-pre-commit
3434
# Ruff version.
35-
rev: 'v0.0.261'
35+
rev: 'v0.0.262'
3636
hooks:
3737
- id: ruff
3838
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.261"
10+
version = "0.0.262"
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)