Bump version to 0.0.37

This commit is contained in:
Charlie Marsh 2022-09-12 21:35:08 -04:00
parent 90f9e60517
commit 5f77b420cd
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
repos:
- repo: https://github.com/charliermarsh/ruff
rev: v0.0.36
rev: v0.0.37
hooks:
- id: lint

2
Cargo.lock generated
View file

@ -1744,7 +1744,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.36"
version = "0.0.37"
dependencies = [
"anyhow",
"bincode",

View file

@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.36"
version = "0.0.37"
edition = "2021"
[lib]

View file

@ -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.36
rev: v0.0.37
hooks:
- id: lint
```
@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
See `ruff --help` for more:
```shell
ruff (v0.0.36)
ruff (v0.0.37)
An extremely fast Python linter.
USAGE: