mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 17:32:25 +00:00
Bump version to 0.0.25
This commit is contained in:
parent
6bb6cb1783
commit
4319bd1755
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff
|
||||
rev: v0.0.24
|
||||
rev: v0.0.25
|
||||
hooks:
|
||||
- id: lint
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1641,7 +1641,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.0.24"
|
||||
version = "0.0.25"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruff"
|
||||
version = "0.0.24"
|
||||
version = "0.0.25"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
|
|||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff
|
||||
rev: v0.0.24
|
||||
rev: v0.0.25
|
||||
hooks:
|
||||
- id: lint
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue