Bump version to 0.0.89

This commit is contained in:
Charlie Marsh
2022-10-29 15:39:17 -04:00
parent 6a040a0405
commit 934db3d179
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.88
rev: v0.0.89
hooks:
- id: ruff

2
Cargo.lock generated
View File

@@ -2054,7 +2054,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.88"
version = "0.0.89"
dependencies = [
"anyhow",
"assert_cmd",

View File

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

View File

@@ -77,7 +77,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.88
rev: v0.0.89
hooks:
- id: ruff
```