Bump version to 0.0.93

This commit is contained in:
Charlie Marsh 2022-10-31 09:20:39 -04:00
parent 78889efa37
commit 062c41b6f5
4 changed files with 4 additions and 4 deletions

View File

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

2
Cargo.lock generated
View File

@ -2190,7 +2190,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.92" version = "0.0.93"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

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

View File

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