Skip to content

Commit 06e5b3e

Browse files
committed
Bump version to 0.0.39
1 parent 68a0e6d commit 06e5b3e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.38
3+
rev: v0.0.39
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.38"
3+
version = "0.0.39"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
5757
```yaml
5858
repos:
5959
- repo: https://github.com/charliermarsh/ruff
60-
rev: v0.0.38
60+
rev: v0.0.39
6161
hooks:
6262
- id: lint
6363
```
@@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
8686
See `ruff --help` for more:
8787

8888
```shell
89-
ruff (v0.0.38)
89+
ruff (v0.0.39)
9090
An extremely fast Python linter.
9191
9292
USAGE:

0 commit comments

Comments
 (0)