mirror of https://github.com/astral-sh/ruff
Bump version to 0.0.28
This commit is contained in:
parent
2749660b1f
commit
b44d6c2c44
|
|
@ -1,5 +1,5 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/charliermarsh/ruff
|
- repo: https://github.com/charliermarsh/ruff
|
||||||
rev: v0.0.27
|
rev: v0.0.28
|
||||||
hooks:
|
hooks:
|
||||||
- id: lint
|
- id: lint
|
||||||
|
|
|
||||||
|
|
@ -1744,7 +1744,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ruff"
|
name = "ruff"
|
||||||
version = "0.0.27"
|
version = "0.0.28"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ruff"
|
name = "ruff"
|
||||||
version = "0.0.27"
|
version = "0.0.28"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
|
||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/charliermarsh/ruff
|
- repo: https://github.com/charliermarsh/ruff
|
||||||
rev: v0.0.27
|
rev: v0.0.28
|
||||||
hooks:
|
hooks:
|
||||||
- id: lint
|
- id: lint
|
||||||
```
|
```
|
||||||
|
|
@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
|
||||||
See `ruff --help` for more:
|
See `ruff --help` for more:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ruff (v0.0.27)
|
ruff (v0.0.28)
|
||||||
An extremely fast Python linter.
|
An extremely fast Python linter.
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue