mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 18:02:23 +00:00
Bump version to 0.0.26
This commit is contained in:
parent
198e5cf27f
commit
45db571935
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff
|
||||
rev: v0.0.25
|
||||
rev: v0.0.26
|
||||
hooks:
|
||||
- id: lint
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1744,7 +1744,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.0.25"
|
||||
version = "0.0.26"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruff"
|
||||
version = "0.0.25"
|
||||
version = "0.0.26"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -57,7 +57,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.25
|
||||
rev: v0.0.26
|
||||
hooks:
|
||||
- id: lint
|
||||
```
|
||||
|
@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
|
|||
See `ruff --help` for more:
|
||||
|
||||
```shell
|
||||
ruff (v0.0.25)
|
||||
ruff (v0.0.26)
|
||||
An extremely fast Python linter.
|
||||
|
||||
USAGE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue