mirror of https://github.com/astral-sh/ruff
Bump version to 0.0.75
This commit is contained in:
parent
c59610906c
commit
3e8ef5b40f
|
|
@ -1969,7 +1969,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ruff"
|
name = "ruff"
|
||||||
version = "0.0.74"
|
version = "0.0.75"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ruff"
|
name = "ruff"
|
||||||
version = "0.0.74"
|
version = "0.0.75"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ ruff also works with [pre-commit](https://pre-commit.com):
|
||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
rev: v0.0.74
|
rev: v0.0.75
|
||||||
hooks:
|
hooks:
|
||||||
- id: lint
|
- id: lint
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue