Skip to content

Commit 5235977

Browse files
Bump version to 0.0.272 (#4948)
1 parent 01d3d4b commit 5235977

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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
@@ -139,7 +139,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com) hook:
139139
```yaml
140140
- repo: https://github.com/astral-sh/ruff-pre-commit
141141
# Ruff version.
142-
rev: v0.0.271
142+
rev: v0.0.272
143143
hooks:
144144
- id: ruff
145145
```

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.271"
3+
version = "0.0.272"
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.271"
3+
version = "0.0.272"
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.271"
3+
version = "0.0.272"
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.271
245+
rev: v0.0.272
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.271
25+
rev: v0.0.272
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.271
35+
rev: v0.0.272
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]

fuzz/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.271"
8+
version = "0.0.272"
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)