mirror of https://github.com/astral-sh/ruff
Bump version to 0.0.87
This commit is contained in:
parent
f260b873b6
commit
9a799eb4e6
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.0.86
|
||||
rev: v0.0.87
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
||||
|
|
|
|||
|
|
@ -2054,7 +2054,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.0.86"
|
||||
version = "0.0.87"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruff"
|
||||
version = "0.0.86"
|
||||
version = "0.0.87"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Reference in New Issue