Skip to content

Commit 4319bd1

Browse files
committed
Bump version to 0.0.25
1 parent 6bb6cb1 commit 4319bd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/charliermarsh/ruff
3-
rev: v0.0.24
3+
rev: v0.0.25
44
hooks:
55
- id: lint

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.

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.24"
3+
version = "0.0.25"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
5656
```yaml
5757
repos:
5858
- repo: https://github.com/charliermarsh/ruff
59-
rev: v0.0.24
59+
rev: v0.0.25
6060
hooks:
6161
- id: lint
6262
```

0 commit comments

Comments
 (0)