mirror of https://github.com/astral-sh/ruff
Bump version to 0.0.92
This commit is contained in:
parent
2415d73260
commit
138b06c98a
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.0.91
|
||||
rev: v0.0.92
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
||||
|
|
|
|||
|
|
@ -2190,7 +2190,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.0.91"
|
||||
version = "0.0.92"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruff"
|
||||
version = "0.0.91"
|
||||
version = "0.0.92"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Reference in New Issue