mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
Bump version to 0.0.71
This commit is contained in:
parent
54cb2eb15b
commit
2f69be0d41
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1966,7 +1966,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.0.70"
|
||||
version = "0.0.71"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruff"
|
||||
version = "0.0.70"
|
||||
version = "0.0.71"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ ruff also works with [pre-commit](https://pre-commit.com):
|
|||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.0.70
|
||||
rev: v0.0.71
|
||||
hooks:
|
||||
- id: lint
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue