Skip to content

Commit

Permalink
Bump version to 0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Sep 12, 2022
1 parent 43e1f20 commit 546be56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/charliermarsh/ruff
rev: v0.0.34
rev: v0.0.35
hooks:
- id: lint
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.34"
version = "0.0.35"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
```yaml
repos:
- repo: https://github.com/charliermarsh/ruff
rev: v0.0.34
rev: v0.0.35
hooks:
- id: lint
```
Expand Down Expand Up @@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
See `ruff --help` for more:

```shell
ruff (v0.0.34)
ruff (v0.0.35)
An extremely fast Python linter.
USAGE:
Expand Down

0 comments on commit 546be56

Please sign in to comment.